File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.0 )
2- project (Pink VERSION 2.2 LANGUAGES C CXX )
2+ project (Pink VERSION 2.3 LANGUAGES C CXX )
33
44message (STATUS "${PROJECT_NAME} version ${PROJECT_VERSION} " )
55
Original file line number Diff line number Diff line change 33class RecordConan (ConanFile ):
44
55 name = "pink"
6- version = "2.2 "
6+ version = "2.3 "
77 license = "GPLv3"
88 description = "Parallelized rotation and flipping INvariant Kohonen maps"
99 homepage = "https://github.com/HITS-AIN/PINK"
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ RUN pip3 install --upgrade pip && \
2929
3030RUN git clone https://github.com/HITS-AIN/PINK.git && \
3131 cd PINK && \
32- git checkout 2.2 && \
32+ git checkout 2.3 && \
3333 mkdir build && cd build && \
3434 cmake .. && \
3535 make
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ RUN pip3 install --upgrade pip && \
2929
3030RUN git clone https://github.com/HITS-AIN/PINK.git && \
3131 cd PINK && \
32- git checkout 2.2 && \
32+ git checkout 2.3 && \
3333 mkdir build && cd build && \
3434 cmake .. && \
3535 make
You can’t perform that action at this time.
0 commit comments