Skip to content

Commit e8f99df

Browse files
author
Michael Dawson-Haggerty
committed
get eigen from brew
1 parent 070d4d1 commit e8f99df

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

build_dependencies/install_macos.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
# exit immediately on any failed step
22
set -xe
33
pip install cmake
4+
brew install eigen3
45

56
mkdir -p deps
67
cd deps
78

8-
curl -OL https://gitlab.com/libeigen/eigen/-/archive/3.3.9/eigen-3.3.9.tar.gz
9-
tar -zxf eigen-3.3.9.tar.gz
10-
119
rm -rf libccd
1210
git clone --depth 1 --branch v2.1 https://github.com/danfis/libccd.git
1311

0 commit comments

Comments
 (0)