Skip to content

Commit 2bde152

Browse files
committed
trying to find where the so is build
1 parent 2e2f177 commit 2bde152

File tree

10 files changed

+10
-415
lines changed

10 files changed

+10
-415
lines changed

.gitignore

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff 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

116110
temp/**
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

MANIFEST.in

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,14 @@
11
graft src
22

33
prune data
4-
prune docs
5-
prune docsource
6-
prune examples
74
prune temp
8-
prune tests
9-
prune ui
105

116
include LICENSE
127
include README.md
138
include AUTHORS.md
149
include requirements.txt
1510

16-
exclude requirements-dev.txt
11+
exclude requirements-dev.txt
1712
exclude pytest.ini .bumpversion.cfg .editorconfig
1813
exclude tasks.py
1914

docs/PLACEHOLDER

Lines changed: 0 additions & 1 deletion
This file was deleted.

modules/booleans/CMakeLists.txt

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@ pybind11_add_module(booleans MODULE booleans.cpp)
77
target_link_libraries(booleans PRIVATE igl::core)
88
target_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

1614
configure_file(__init__.py "${CMAKE_SOURCE_DIR}/src/compas_libigl/booleans/__init__.py" COPYONLY)

recipe/meta.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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

1516
build:
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

1921
requirements:
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

src/compas_libigl/booleans/__init__.py

Lines changed: 0 additions & 121 deletions
This file was deleted.

src/compas_libigl/geodistance/__init__.py

Lines changed: 0 additions & 47 deletions
This file was deleted.

src/compas_libigl/isolines/__init__.py

Lines changed: 0 additions & 42 deletions
This file was deleted.

src/compas_libigl/planarize/__init__.py

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)