Commit Graph
58 Commits
Author SHA1 Message Date
Jérémie Dumas 761cb5e91e Fix template instantiations. 2018-07-09 16:31:06 -04:00
Jérémie Dumas c9310ff821 Merge pull request #689 from Gjacquenot/master
Fixed Python CMakeLists.txt for CMake 3.10.0
2018-03-11 12:28:42 -04:00
Jérémie Dumas b52e8fe180 Update ImGui menu + update tutorial. 2018-03-10 10:16:27 -05:00
Daniele Panozzo 08f7f8cb6b python module compilation fixes 2018-02-14 11:30:19 -04:00
Guillaume Jacquenot 3b9ee80dc7 Fixed Python CMakeLists.txt for CMake 3.10.0
`target_link_libraries` creates an error in case one do not specify PUBLIC/PRIVATE for each use of `target_link_libraries` on a target

    -- LTO enabled
    CMake Error at CMakeLists.txt:134 (target_link_libraries):
      The keyword signature for target_link_libraries has already been used with
      the target "pyigl".  All uses of target_link_libraries with a target must
      be either all-keyword or all-plain.
2018-02-10 14:21:37 +01:00
Daniele Panozzo 4b9501ad39 python compilation fixes 2018-02-04 20:11:03 -05:00
Daniele Panozzo f838fe518e python module compiles again, still not working 2018-02-04 15:09:54 -05:00
Daniel Crispell b7f5342962 enable use of alternate pybind11 2017-12-06 12:28:08 -05:00
Jérémie Dumas e7d5bc2963 Update Python build. 2017-09-08 15:29:52 -04:00
Daniel Crispell a99055c7ca allow specification of alternate pybind11 directory 2017-07-03 14:26:02 -04:00
Daniel Crispell 2fa7acb851 correct the pyigl.so path given to strip command 2017-06-30 22:22:19 -04:00
skoch 4628897ecc Remove fileending 2017-02-14 18:59:01 +01:00
skoch d1a22e9d39 Fix CMakeLists problems 2017-02-14 18:45:17 +01:00
Alec Jacobson 72f96f60cd hopeful fix for cmake python build 2017-01-10 02:48:56 -05:00
Alec Jacobson 5c602c66bd attempt to convince python to use bbw from main lib 2016-11-28 13:50:37 -05:00
Sebastian Koch a475a5d124 Added tutorial 403 and submodule bbw 2016-07-14 11:59:56 +02:00
Daniele Panozzo 1f073ddda2 Merge branch 'python_bindings' of https://github.com/s-koch/libigl
# Conflicts:
#	python/CMakeLists.txt
2016-07-06 18:19:51 -04:00
Daniele Panozzo f1818d962a minor fix 2016-07-06 17:32:33 -04:00
Daniele Panozzo 0e18cb9bec nanogui bindings are now working on macosx 2016-07-06 17:01:40 -04:00
Daniele Panozzo 11f7d59227 Merge commit '8c6e743cc184155461631cd92dd52029d86c37b9'
# Conflicts:
#	python/modules/py_igl_viewer.cpp
2016-07-06 14:56:52 -04:00
Sebastian Koch ef2d804f84 Added tutorial 705 2016-07-06 15:51:04 +02:00
Daniele Panozzo c61282f6a1 minor fix in the cmake file for python 2016-06-18 01:22:02 +02:00
Sebastian Koch c0e04685e2 Added PNG module and tutorial 607 2016-06-17 18:51:38 +02:00
Sebastian Koch 7b6b91bd7a Added tutorial 609_Boolean and CGAL python module + functions 2016-06-17 17:25:27 +02:00
Sebastian Koch 5ffdbf8909 Changing to build type DEBUG 2016-06-08 15:06:02 +02:00
Sebastian Koch 84f107e971 Checking if g++ build works like this 2016-06-08 10:34:13 +02:00
Sebastian Koch 8c301b3375 Merge branch 'master-upstream' into python_bindings 2016-06-07 15:15:19 +02:00
Sebastian Koch 2214125878 Restructuring Python bindings, moved submodules and dependencies to own folders, added dependency checking for some tutorials, minor refactorings 2016-06-07 15:13:54 +02:00
Sebastian Koch 44fad596ff Merge branch 'master-upstream' into python_bindings 2016-06-07 15:12:54 +02:00
Sebastian Koch d239f45515 Update CMakeLists.txt 2016-06-04 16:25:08 +02:00
Sebastian Koch 35cb70903b Merge branch 'bindings' into python_bindings 2016-06-02 13:55:51 +02:00
Sebastian Koch 52c0371af8 Update CMakeLists.txt 2016-05-10 14:37:17 +02:00
s-koch 6393806946 Added missing templates to make static build work with gcc 2016-05-10 11:07:39 +02:00
Daniele Panozzo d7c4e5fcbc fixes for python static build 2016-05-05 00:01:25 -04:00
Romain Prévost 2b6b43eb7b cgal/boolean cmake fix
viewer cmake fix
2016-03-08 00:57:18 +01:00
Romain Prévost 2cd2d17780 updated cmake version 2016-03-06 23:23:32 +01:00
Romain Prévost 2180bca0fd fixing main cmake to avoid cmake pollution
travis linux updated cmake
2016-03-06 22:55:04 +01:00
Romain Prévost 7dbc0692ca LIBIGL_EXTRA_SOURCES is not needed anymore 2016-03-06 11:54:56 +01:00
Daniele Panozzo 583a456e12 cleaned up the cmake folder
moved cmake to shared/cmake
2016-03-03 16:49:07 -05:00
Daniele Panozzo 256d34b977 python now compiles also with static build 2016-03-03 19:58:34 +00:00
Daniele Panozzo 1125155602 lowered warning level for python 2016-03-03 14:56:46 -05:00
Daniele Panozzo fce29df383 nanogui is now optional 2016-03-03 14:42:27 -05:00
Daniele Panozzo c708016453 working on a visual studio build, not there yet 2016-03-03 16:47:13 +01:00
Daniele Panozzo bf79f74c4a updated python build system 2016-03-02 23:51:21 -05:00
Daniele Panozzo f63ff33c91 added missing definition for python viewer 2016-03-02 15:57:44 -05:00
Sebastian Koch 0e23e09952 Fixed OpenGL/GLFW related linking problems 2016-03-02 14:28:02 +01:00
= f528c4d63a fixed python build on linux with opengl enabled 2016-03-01 20:22:46 +00:00
Daniele Panozzo 9f467b8009 fixes for python on linux 2015-10-06 15:48:55 +02:00
Daniele Panozzo b2fbf1164f opengl is now and optional depencency for the python bindings 2015-10-06 14:44:23 +02:00
Daniele Panozzo df18dad600 fixes for python on macosx when finding comiso 2015-10-06 14:33:13 +02:00