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 19d8ad5 commit 12064aeCopy full SHA for 12064ae
.github/workflows/build.yml
@@ -64,7 +64,7 @@ jobs:
64
- name: Install homebrew dependencies
65
if: matrix.os == 'macos-12'
66
run: |
67
- brew install gcc@11 llvm boost fftw hdf5 open-mpi openblas
+ brew install python3 gcc@11 llvm boost fftw hdf5 open-mpi openblas
68
brew install wentzell/triqs/nfft
69
pip3 install mako numpy scipy mpi4py
70
pip3 install -r requirements.txt
@@ -81,7 +81,7 @@ jobs:
81
82
git clone https://github.com/TRIQS/triqs --branch unstable
83
mkdir triqs/build && cd triqs/build
84
- cmake .. -DBuild_Tests=OFF -DCMAKE_INSTALL_PREFIX=$HOME/install
+ cmake .. -DBuild_Tests=OFF -DCMAKE_INSTALL_PREFIX=$HOME/install -DPYTHON_EXECUTABLE=$(which python3)
85
make -j1 install VERBOSE=1
86
cd ../
87
0 commit comments