Skip to content

Commit

Permalink
Merge pull request #236 from sameeul/v0.8.2
Browse files Browse the repository at this point in the history
V0.8.2
  • Loading branch information
sameeul authored Sep 13, 2024
2 parents 823bed2 + 06164a2 commit f0b3cb7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions ci-utils/install_prereq_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ if [[ $BUILD_Z5_DEP -eq 1 ]]; then
make install/fast
cd ../../

curl -L https://github.com/constantinpape/z5/archive/refs/tags/2.0.16.zip -o 2.0.16.zip
unzip 2.0.16.zip
cd z5-2.0.16
curl -L https://github.com/constantinpape/z5/archive/refs/tags/2.0.18.zip -o 2.0.18.zip
unzip 2.0.18.zip
cd z5-2.0.18
mkdir build_man
cd build_man
cmake -DCMAKE_INSTALL_PREFIX=../../"$LOCAL_INSTALL_DIR"/ -DCMAKE_PREFIX_PATH=../../"$LOCAL_INSTALL_DIR"/ -DWITH_BLOSC=ON -DBUILD_Z5PY=OFF ..
Expand Down
6 changes: 3 additions & 3 deletions ci-utils/install_prereq_win.bat
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ if "%BUILD_Z5_DEP%" == "1" (
popd
popd

curl -L https://github.com/constantinpape/z5/archive/refs/tags/2.0.16.zip -o 2.0.16.zip
tar -xf 2.0.16.zip
pushd z5-2.0.16
curl -L https://github.com/constantinpape/z5/archive/refs/tags/2.0.18.zip -o 2.0.18.zip
tar -xf 2.0.18.zip
pushd z5-2.0.18
mkdir build_man
pushd build_man
cmake -DCMAKE_INSTALL_PREFIX=../../local_install/ -DCMAKE_PREFIX_PATH=../../local_install/ -DWITH_BLOSC=ON -DBUILD_Z5PY=OFF ..
Expand Down
4 changes: 2 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Nyxus",
"version": "0.7.5",
"containerId": "polusai/nyxus:0.7.5",
"version": "0.8.2",
"containerId": "polusai/nyxus:0.8.2",
"title": "Nyxus feature extraction",
"description": "Nyxus feature extractor",
"author": "friskluft + hsidky",
Expand Down
2 changes: 1 addition & 1 deletion src/nyx/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
#define VERSIONH_INCLUDED

#define PROJECT_NAME "Nyxus"
#define PROJECT_VER "0.7.5"
#define PROJECT_VER "0.8.2"

#endif // VERSIONH_INCLUDED

0 comments on commit f0b3cb7

Please sign in to comment.