Skip to content

Commit 67424e9

Browse files
authored
Changes for 8.1.0_RC2 (#5387)
* Fix dependency formatting in meta.yaml * Pin gsl, update docs * Revert pin * Pin gsl to 2.6 * Add 8.1.0_RC1 as separate code entry * Update the urls for 8.0 entry * Turn on python bindings to be installed during build * Add back kakadu build
1 parent 5ff86a3 commit 67424e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: recipe/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
mkdir build
22
cd build
33
export ISISROOT=$PWD
4-
cmake -GNinja -DJP2KFLAG=ON -Dpybindings=OFF -DKAKADU_INCLUDE_DIR=/isisData/kakadu -DbuildTests=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$PREFIX ../isis
4+
cmake -GNinja -DJP2KFLAG=ON -Dpybindings=ON -DKAKADU_INCLUDE_DIR=/isisData/kakadu -DbuildTests=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$PREFIX ../isis
55
ninja install

0 commit comments

Comments
 (0)