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.
1 parent 2e2f177 commit ffb782aCopy full SHA for ffb782a
recipe/meta.yaml
@@ -6,8 +6,8 @@ package:
6
version: {{ version }}
7
8
source:
9
- # git_url: https://github.com/BlockResearchGroup/compas_libigl.git
10
- # git_depth: 1
+ git_url: https://github.com/BlockResearchGroup/compas_libigl.git
+ git_depth: 1
11
# url: https://github.com/blockresearchgroup/compas_libigl/archive/alpha-{{ version }}.tar.gz
12
# sha256: f90b39d88ea003bc2ca7925146babb20320cedebe096e4c276835490be8e10a0
13
path: $RECIPE_DIR/../../
src/compas_libigl/__init__.py
@@ -2,7 +2,7 @@
2
from __future__ import division
3
from __future__ import print_function
4
5
-from .booleans import *
+# from .booleans import *
# from .csgtree import *
from .geodistance import *
from .isolines import *
0 commit comments