File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 7474 run : |
7575 base=$GITHUB_WORKSPACE/IfcOpenShell/build/Darwin/${{ matrix.cpuarch }}/10.9/install
7676 find $base
77+ ls -al $base/python-3.9.11/bin/python3
7778 mkdir build
7879 cd build
7980 cmake .. \
8889 "-DIFC_LIBRARY_DIR=$base/ifcopenshell/lib" \
8990 "-DOCC_INCLUDE_DIR=$base/occt-7.8.1/include/opencascade" \
9091 "-DOCC_LIBRARY_DIR=$base/occt-7.8.1/lib" \
91- "-DPython_EXECUTABLE=$base/python-3.9.11/bin/python3" \
92- "-DPython_INCLUDE_DIR=$base/python-3.9.11/include/python3.9" \
93- "-DPython_LIBRARY=$base/python-3.9.11/lib/libpython3.9.dylib" \
92+ "-DPYTHON_EXECUTABLE=$base/python-3.9.11/bin/python3" \
9493 "-DBOOST_ROOT=$base/boost-1.86.0" \
9594 "-DGMP_LIBRARY_DIR=$base/gmp-6.2.1/lib" \
9695 "-DMPFR_LIBRARY_DIR=$base/mpfr-3.1.6/lib"
You can’t perform that action at this time.
0 commit comments