We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1422ec6 commit dfe69c6Copy full SHA for dfe69c6
.github/workflows/ci-build_and_test.yml
@@ -53,24 +53,9 @@ jobs:
53
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/runner/.bash_profile
54
eval "$(/opt/homebrew/bin/brew shellenv)"
55
brew install git
56
- brew install cmake
57
- brew install gcc
58
- brew install libtiff
59
brew install jbigkit
60
brew install python@3.10
61
brew install fftw
62
- #curl -o fftw-3.3.8.tar.gz http://ftp.fftw.org/pub/fftw/fftw-3.3.8.tar.gz
63
- #tar zxvf fftw-3.3.8.tar.gz
64
- #cd fftw-3.8.8
65
- #./bootstrap.sh –prefix=/usr/local
66
- #make -j
67
- #sudo make install
68
- #make distclean
69
- #./bootstrap.sh –prefix=/usr/local –enable-single
70
71
72
73
- #cd ..
74
75
- name: Build SIMPLE in debug mode (Linux/MacOS)
76
run: |
0 commit comments