File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -132,9 +132,9 @@ if [[ $BUILD_Z5_DEP -eq 1 ]]; then
132
132
make install/fast
133
133
cd ../../
134
134
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
138
138
mkdir build_man
139
139
cd build_man
140
140
cmake -DCMAKE_INSTALL_PREFIX=../../" $LOCAL_INSTALL_DIR " / -DCMAKE_PREFIX_PATH=../../" $LOCAL_INSTALL_DIR " / -DWITH_BLOSC=ON -DBUILD_Z5PY=OFF ..
Original file line number Diff line number Diff line change @@ -106,9 +106,9 @@ if "%BUILD_Z5_DEP%" == "1" (
106
106
popd
107
107
popd
108
108
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
112
112
mkdir build_man
113
113
pushd build_man
114
114
cmake -DCMAKE_INSTALL_PREFIX=../../local_install/ -DCMAKE_PREFIX_PATH=../../local_install/ -DWITH_BLOSC=ON -DBUILD_Z5PY=OFF ..
Original file line number Diff line number Diff line change 1
1
{
2
2
"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 " ,
5
5
"title" : " Nyxus feature extraction" ,
6
6
"description" : " Nyxus feature extractor" ,
7
7
"author" : " friskluft + hsidky" ,
Original file line number Diff line number Diff line change 2
2
#define VERSIONH_INCLUDED
3
3
4
4
#define PROJECT_NAME "Nyxus"
5
- #define PROJECT_VER "0.7.5 "
5
+ #define PROJECT_VER "0.8.2 "
6
6
7
7
#endif // VERSIONH_INCLUDED
You can’t perform that action at this time.
0 commit comments