Skip to content

Commit ffb782a

Browse files
committed
checking to see if failure is somehow due to CGAL
1 parent 2e2f177 commit ffb782a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ package:
66
version: {{ version }}
77

88
source:
9-
# git_url: https://github.com/BlockResearchGroup/compas_libigl.git
10-
# git_depth: 1
9+
git_url: https://github.com/BlockResearchGroup/compas_libigl.git
10+
git_depth: 1
1111
# url: https://github.com/blockresearchgroup/compas_libigl/archive/alpha-{{ version }}.tar.gz
1212
# sha256: f90b39d88ea003bc2ca7925146babb20320cedebe096e4c276835490be8e10a0
1313
path: $RECIPE_DIR/../../

src/compas_libigl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from __future__ import division
33
from __future__ import print_function
44

5-
from .booleans import *
5+
# from .booleans import *
66
# from .csgtree import *
77
from .geodistance import *
88
from .isolines import *

0 commit comments

Comments
 (0)