File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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" %}
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments