File tree Expand file tree Collapse file tree 10 files changed +10
-415
lines changed Expand file tree Collapse file tree 10 files changed +10
-415
lines changed Original file line number Diff line number Diff line change @@ -104,14 +104,8 @@ ENV/
104104# compas_libigl
105105# ------------------------------------------------------------------------------
106106
107- docs /__build /
108- docs /api /generated /
109-
110107* .3dmbak
111108* .rhl
112- * .so
113- * .dll
114- * .pyd
115109
116110temp /**
117111! temp /PLACEHOLDER
@@ -121,14 +115,4 @@ build/**
121115
122116.DS_Store
123117
124- .vscode /**
125-
126- src /compas_libigl /* .pyd
127- src /compas_libigl /* .so
128-
129- src /compas_libigl /Release
130- src /compas_libigl /Debug
131-
132- src /compas_libigl /__pycache__
133-
134118.vscode
Original file line number Diff line number Diff line change 11graft src
22
33prune data
4- prune docs
5- prune docsource
6- prune examples
74prune temp
8- prune tests
9- prune ui
105
116include LICENSE
127include README.md
138include AUTHORS.md
149include requirements.txt
1510
16- exclude requirements-dev.txt
11+ exclude requirements-dev.txt
1712exclude pytest.ini .bumpversion.cfg .editorconfig
1813exclude tasks.py
1914
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -7,10 +7,8 @@ pybind11_add_module(booleans MODULE booleans.cpp)
77target_link_libraries (booleans PRIVATE igl::core)
88target_link_libraries (booleans PRIVATE igl::cgal)
99
10- set_target_properties (booleans PROPERTIES
11- LIBRARY_OUTPUT_DIRECTORY "${CMAKE_SOURCE_DIR} /src/compas_libigl/booleans" )
12-
13- set_target_properties (booleans PROPERTIES
14- LIBRARY_OUTPUT_DIRECTORY_RELEASE "${CMAKE_SOURCE_DIR} /src/compas_libigl/booleans" )
10+ # set_target_properties(booleans PROPERTIES LIBRARY_OUTPUT_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/src/compas_libigl/booleans")
11+
12+ # set_target_properties(booleans PROPERTIES LIBRARY_OUTPUT_DIRECTORY_RELEASE "${CMAKE_SOURCE_DIR}/src/compas_libigl/booleans")
1513
1614configure_file (__init__.py "${CMAKE_SOURCE_DIR} /src/compas_libigl/booleans/__init__.py" COPYONLY )
Original file line number Diff line number Diff line change @@ -10,19 +10,22 @@ source:
1010 # git_depth: 1
1111 # url: https://github.com/blockresearchgroup/compas_libigl/archive/alpha-{{ version }}.tar.gz
1212 # sha256: f90b39d88ea003bc2ca7925146babb20320cedebe096e4c276835490be8e10a0
13- path : $RECIPE_DIR/../../
13+ # path: $RECIPE_DIR/../../
14+ git_url : ../
1415
1516build :
1617 number : 0
17- script : " {{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vv"
18+ script : " {{ PYTHON }} -m pip install . -vv"
19+ # script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vv"
1820
1921requirements :
2022 build :
2123 - git
2224 - cmake
2325 - boost
26+ # - pybind11
2427 # - cgal
25- - numpy >=1.15.4
28+ # - numpy >=1.15.4
2629 host :
2730 - python
2831 - pip
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments