Commit adaa4c9 1 parent 1c5c7fc commit adaa4c9 Copy full SHA for adaa4c9
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 82
82
source "$VENV/bin/activate"
83
83
fi
84
84
echo "cython< 3" > /tmp/pip-constraint.txt
85
- # PIP_CONSTRAINT=/tmp/pip-constraint.txt pip install conan===1.60.1
85
+ PIP_CONSTRAINT= /tmp/pip-constraint.txt pip install conan=== 1.60.1
86
86
87
87
# speed up conan remote add
88
88
if ! grep -sq sailfishos "$CONAN_USER_HOME/.conan/remotes.json" ; then
92
92
mkdir -p "$BUILD_DIR"
93
93
94
94
cd "$BUILD_DIR"
95
- # conan install "$SOURCE_DIR" --build=missing --profile:build="$SOURCE_DIR/dev/profiles/%{_target_cpu}" --profile:host="$SOURCE_DIR/dev/profiles/%{_target_cpu}"
96
- # conan remove -f "*" --builds --src --system-reqs
95
+ conan install "$SOURCE_DIR" --build= missing --profile:build= "$SOURCE_DIR/dev/profiles/%{_target_cpu }" --profile:host= "$SOURCE_DIR/dev/profiles/%{_target_cpu }"
96
+ conan remove -f "*" --builds --src --system-reqs
97
97
98
98
cmake \
99
99
-DCMAKE_BUILD_TYPE= $CMAKE_BUILD_TYPE \
You can’t perform that action at this time.
0 commit comments