Skip to content

Commit

Permalink
pythia python from brew path
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Feb 21, 2024
1 parent 4a7f07e commit c83e323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ jobs:
curl -SL https://pythia.org/download/pythia8${PYTHIA8_VERSION:0:1}/pythia8${PYTHIA8_VERSION}.tgz | tar -xzC .
&& mv pythia8* ${SRC_DIR}
&& cd ${SRC_DIR}
&& CC="ccache $CC" CXX="ccache $CXX" ./configure --prefix=${INSTALL_DIR}
&& CC="ccache $CC" CXX="ccache $CXX" ./configure --prefix=${INSTALL_DIR} --with-python-include=$(python3.12-config --prefix)/include/python3.12
&& make -j2
&& make install
&& tar czf ../pythia8.tar.gz -C ${INSTALL_DIR} .
Expand Down

0 comments on commit c83e323

Please sign in to comment.