Skip to content

Commit 903d5e2

Browse files
committed
Merge branch 'febiostudio3' of https://github.com/febiosoftware/FEBioStudio into febiostudio3
2 parents af4ee18 + 212b220 commit 903d5e2

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

ci/macOS/build.sh

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ main() {
1818
echo "Skipping postbuild.sh"
1919
fi
2020

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-
popd
21+
# Standalone Python module - CAUSINY ISSUES ON MACOS NOT CURRENTLY BUILDING
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+
# popd
3131
}
3232

3333
main

0 commit comments

Comments
 (0)