We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e6b2b commit 8a9f0e7Copy full SHA for 8a9f0e7
1 file changed
recipes/isiscore/build.sh
@@ -10,7 +10,7 @@ cmake -GNinja \
10
-DCMAKE_BUILD_TYPE=Release \
11
-DCMAKE_INSTALL_PREFIX=$PREFIX \
12
-DCMAKE_INSTALL_DATADIR=$PREFIX \
13
- ../isis/src/core
+ $SRC_DIR/isis/src/core
14
ninja install
15
cd swig/python
16
${PYTHON} -m pip install . --no-deps --no-build-isolation --prefix=$PREFIX
0 commit comments