Skip to content

Commit 8b54021

Browse files
committed
build_rocky.yml
1 parent 2bb6da7 commit 8b54021

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/workflows/build_win.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -77,23 +77,23 @@ jobs:
7777
mkdir build
7878
cd build
7979
$base=(Resolve-Path ../ifcopenshell/).Path
80-
cmake .. `
81-
"-DCMAKE_BUILD_TYPE=Release" `
82-
"-DENABLE_PYTHON_WRAPPER=On" `
83-
"-DENABLE_TESTS=Off" `
84-
"-DUSE_BUILD_SCRIPT_OUTPUT=Off" `
85-
"-DBoost_USE_STATIC_LIBS=On" `
86-
"-DBoost_NO_BOOST_CMAKE=On" `
87-
"-DCMAKE_INSTALL_PREFIX=../install" `
88-
"-DIFC_INCLUDE_DIR=$base/_installed-vs2019-x64/include" `
89-
"-DIFC_LIBRARY_DIR=$base/_installed-vs2019-x64/lib" `
90-
"-DOCC_INCLUDE_DIR=$base/_deps-vs2019-x64-installed/opencascade-7.8.1/inc" `
91-
"-DOCC_LIBRARY_DIR=$base/_deps-vs2019-x64-installed/opencascade-7.8.1/win64/lib" `
92-
"-DPython_EXECUTABLE=C:\Python\${{ matrix.python }}\python.exe" `
93-
"-DBOOST_ROOT=$base/_deps/boost_1_86_0" `
94-
"-DBOOST_LIBRARYDIR=$base/_deps/boost_1_86_0/stage/vs2019-x64/lib" `
95-
"-DGMP_LIBRARY_DIR=$base/_deps-vs2019-x64-installed/mpir" `
96-
"-DMPFR_LIBRARY_DIR=$base/_deps-vs2019-x64-installed/mpfr" `
80+
cmake .. \
81+
"-DCMAKE_BUILD_TYPE=Release" \
82+
"-DENABLE_PYTHON_WRAPPER=On" \
83+
"-DENABLE_TESTS=Off" \
84+
"-DUSE_BUILD_SCRIPT_OUTPUT=Off" \
85+
"-DBoost_USE_STATIC_LIBS=On" \
86+
"-DBoost_NO_BOOST_CMAKE=On" \
87+
"-DCMAKE_INSTALL_PREFIX=../install" \
88+
"-DIFC_INCLUDE_DIR=$base/_installed-vs2019-x64/include" \
89+
"-DIFC_LIBRARY_DIR=$base/_installed-vs2019-x64/lib" \
90+
"-DOCC_INCLUDE_DIR=$base/_deps-vs2019-x64-installed/opencascade-7.8.1/inc" \
91+
"-DOCC_LIBRARY_DIR=$base/_deps-vs2019-x64-installed/opencascade-7.8.1/win64/lib" \
92+
"-DPython_EXECUTABLE=C:\Python\${{ matrix.python }}\python.exe" \
93+
"-DBOOST_ROOT=$base/_deps/boost_1_86_0" \
94+
"-DBOOST_LIBRARYDIR=$base/_deps/boost_1_86_0/stage/vs2019-x64/lib" \
95+
"-DGMP_LIBRARY_DIR=$base/_deps-vs2019-x64-installed/mpir" \
96+
"-DMPFR_LIBRARY_DIR=$base/_deps-vs2019-x64-installed/mpfr" \
9797
"-DSWIG_EXECUTABLE=$base/_deps-vs2019-x64-installed/swigwin/swig.exe"
9898
cmake --build . --target install --config Release
9999

0 commit comments

Comments
 (0)