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 315ea5b commit 047d793Copy full SHA for 047d793
.github/workflows/build_rocky.yml
@@ -85,7 +85,7 @@ jobs:
85
"-DBoost_NO_BOOST_CMAKE=On" \
86
"-DCMAKE_INSTALL_PREFIX=../install" \
87
"-DIFC_INCLUDE_DIR=$base/ifcopenshell/include" \
88
- "-DIFC_LIBRARY_DIR=$base/ifcopenshell/lib" \
+ "-DIFC_LIBRARY_DIR=$base/ifcopenshell/lib64" \
89
"-DOCC_INCLUDE_DIR=$base/occt-7.8.1/include/opencascade" \
90
"-DOCC_LIBRARY_DIR=$base/occt-7.8.1/lib" \
91
"-DPython_EXECUTABLE=$base/python-3.9.11/bin/python3" \
0 commit comments