Skip to content

Commit f0b3cb7

Browse files
authored
Merge pull request #236 from sameeul/v0.8.2
V0.8.2
2 parents 823bed2 + 06164a2 commit f0b3cb7

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

ci-utils/install_prereq_linux.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ if [[ $BUILD_Z5_DEP -eq 1 ]]; then
132132
make install/fast
133133
cd ../../
134134

135-
curl -L https://github.com/constantinpape/z5/archive/refs/tags/2.0.16.zip -o 2.0.16.zip
136-
unzip 2.0.16.zip
137-
cd z5-2.0.16
135+
curl -L https://github.com/constantinpape/z5/archive/refs/tags/2.0.18.zip -o 2.0.18.zip
136+
unzip 2.0.18.zip
137+
cd z5-2.0.18
138138
mkdir build_man
139139
cd build_man
140140
cmake -DCMAKE_INSTALL_PREFIX=../../"$LOCAL_INSTALL_DIR"/ -DCMAKE_PREFIX_PATH=../../"$LOCAL_INSTALL_DIR"/ -DWITH_BLOSC=ON -DBUILD_Z5PY=OFF ..

ci-utils/install_prereq_win.bat

+3-3
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ if "%BUILD_Z5_DEP%" == "1" (
106106
popd
107107
popd
108108

109-
curl -L https://github.com/constantinpape/z5/archive/refs/tags/2.0.16.zip -o 2.0.16.zip
110-
tar -xf 2.0.16.zip
111-
pushd z5-2.0.16
109+
curl -L https://github.com/constantinpape/z5/archive/refs/tags/2.0.18.zip -o 2.0.18.zip
110+
tar -xf 2.0.18.zip
111+
pushd z5-2.0.18
112112
mkdir build_man
113113
pushd build_man
114114
cmake -DCMAKE_INSTALL_PREFIX=../../local_install/ -DCMAKE_PREFIX_PATH=../../local_install/ -DWITH_BLOSC=ON -DBUILD_Z5PY=OFF ..

plugin.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Nyxus",
3-
"version": "0.7.5",
4-
"containerId": "polusai/nyxus:0.7.5",
3+
"version": "0.8.2",
4+
"containerId": "polusai/nyxus:0.8.2",
55
"title": "Nyxus feature extraction",
66
"description": "Nyxus feature extractor",
77
"author": "friskluft + hsidky",

src/nyx/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
#define VERSIONH_INCLUDED
33

44
#define PROJECT_NAME "Nyxus"
5-
#define PROJECT_VER "0.7.5"
5+
#define PROJECT_VER "0.8.2"
66

77
#endif // VERSIONH_INCLUDED

0 commit comments

Comments
 (0)