Skip to content

Commit 082268c

Browse files
committed
removed cmake args
1 parent 0cac873 commit 082268c

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
@@ -1,6 +1,6 @@
11
{% set name = "compas_libigl" %}
2-
{% set version = "0.1.6" %}
3-
{% set hash = "a2b381107c5af1f6d8f4d75871f74190cc64d2876b9d038da537c3d7a3814014" %}
2+
{% set version = "0.1.7" %}
3+
{% set hash = "62091b35568e475f486bf414d965603333247afee76b3918c90d5a7f20ff269a" %}
44
{% set pybind11_version = "2.5.0" %}
55
{% set pybind11_hash = "97504db65640570f32d3fdf701c25a340c8643037c3b69aec469c10c93dc8504" %}
66
{% set libigl_version = "2.2.0" %}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def build_extension(self, ext):
5858
cmake_args += ['-DCMAKE_LIBRARY_OUTPUT_DIRECTORY_{}={}'.format(cfg.upper(), extdir)]
5959
# if sys.maxsize > 2**32:
6060
# cmake_args += ['-A', 'x64']
61-
build_args += ['--', '/m']
61+
# build_args += ['--', '/m']
6262
else:
6363
# # For MacOS.
6464
# # During compiling stage, the python module always links to a temporary generated library which is going to be destroyed.

0 commit comments

Comments
 (0)