mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-14 16:44:37 +00:00
install embree on linux and macos
This commit is contained in:
parent
ade2491727
commit
39bbc6e57b
2
.github/workflows/CreateRelease.yml
vendored
2
.github/workflows/CreateRelease.yml
vendored
@ -100,7 +100,7 @@ jobs:
|
||||
submodules: recursive
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
brew install libomp cgal xerces-c
|
||||
brew install libomp cgal xerces-c embree
|
||||
npm install -g appdmg
|
||||
- name: Cache Qt
|
||||
id: cache-qt
|
||||
|
||||
2
.github/workflows/MacOS.yml
vendored
2
.github/workflows/MacOS.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
submodules: recursive
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
brew install libomp cgal xerces-c
|
||||
brew install libomp cgal xerces-c embree
|
||||
npm install -g appdmg
|
||||
- name: Cache Qt
|
||||
id: cache-qt
|
||||
|
||||
@ -37,7 +37,7 @@ else
|
||||
fi
|
||||
|
||||
echo "=== installing cmake, patchelf, gmp, mpfr and xcerces-c..."
|
||||
sudo apt-get install -y cmake patchelf libgmp-dev libmpfr-dev libxerces-c-dev
|
||||
sudo apt-get install -y cmake patchelf libgmp-dev libmpfr-dev libxerces-c-dev libembree-dev
|
||||
|
||||
# possibility to use always system libraries starting from ubuntu 20.04, since cgal is header only
|
||||
if [ "$DOWNLOAD_CGAL_BOOST_SRC" = false ] ; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user