Skip to content

Commit

Permalink
#5 #75 using gmic submodule (11) older CImg
Browse files Browse the repository at this point in the history
  • Loading branch information
myselfhimself committed Nov 13, 2020
1 parent fb648cf commit f7c782e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
git checkout v.2.9.1
cd ..
C:\msys64\usr\bin\wget.exe -P gmic\src https://gmic.eu/gmic_stdlib.h
C:\msys64\usr\bin\wget.exe -P gmic\src https://github.com/dtschump/CImg/raw/master/CImg.h
C:\msys64\usr\bin\wget.exe -P gmic\src https://github.com/dtschump/CImg/raw/v.2.9.1/CImg.h
vcpkg install libpng:x64-windows libjpeg-turbo:x64-windows zlib:x64-windows curl:x64-windows tiff:x64-windows fftw3:x64-windows
vcpkg list
python -m pip --disable-pip-version-check install cibuildwheel==1.6.1 wheel
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cpythonpythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
bash build_tools.bash 21_check_c_style # should stop this script on style error
bash build_tools.bash 23_check_python_style # should stop this script on style error
wget -P gmic/src https://gmic.eu/gmic_stdlib.h
wget -P gmic/src https://github.com/dtschump/CImg/raw/master/CImg.h
wget -P gmic/src https://github.com/dtschump/CImg/raw/v.2.9.1/CImg.h
bash build_tools.bash 2b_compile_debug
ldd build/lib.linux-x86_64-3.*/gmic.cpython-3*-x86_64-linux-gnu.so
Expand Down

0 comments on commit f7c782e

Please sign in to comment.