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.
2 parents af4ee18 + 212b220 commit 903d5e2Copy full SHA for 903d5e2
ci/macOS/build.sh
@@ -18,16 +18,16 @@ main() {
18
echo "Skipping postbuild.sh"
19
fi
20
21
- # Standalone Python module
22
- pushd PyLib
23
- git clone --depth 1 https://github.com/febiosoftware/FEBio.git
24
- cmake -L . -B cmbuild \
25
- -DFEBioDir=FEBio \
26
- -DCMAKE_OSX_DEPLOYMENT_TARGET=10.15
27
- pushd cmbuild
28
- make -j $(sysctl -n hw.ncpu)
29
- popd
30
+ # Standalone Python module - CAUSINY ISSUES ON MACOS NOT CURRENTLY BUILDING
+ # pushd PyLib
+ # git clone --depth 1 https://github.com/febiosoftware/FEBio.git
+ # cmake -L . -B cmbuild \
+ # -DFEBioDir=FEBio \
+ # -DCMAKE_OSX_DEPLOYMENT_TARGET=10.15
+ # pushd cmbuild
+ # make -j $(sysctl -n hw.ncpu)
+ # popd
31
}
32
33
main
0 commit comments