Skip to content

Commit

Permalink
subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Feb 20, 2024
1 parent 129c9d4 commit dbb3567
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -532,14 +532,14 @@ jobs:
- run: sudo mkdir -p ${DEPENDENCY_DIR}
- run: sudo tar xf python.tar.gz -C ${DEPENDENCY_DIR}

- run: ls -al ${DEPENDENCY_DIR}/include
- run: ls -al ${DEPENDENCY_DIR}/include/python3.10

- name: Build
run: >
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} --with-python-include=${DEPENDENCY_DIR}/include
&& CC="ccache $CC" CXX="ccache $CXX" ./configure --prefix=${INSTALL_DIR} --with-python-include=${DEPENDENCY_DIR}/include/python3.10
&& make -j2
&& make install
&& tar czf ../pythia8.tar.gz -C ${INSTALL_DIR} .
Expand Down

0 comments on commit dbb3567

Please sign in to comment.