diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-05-18 15:49:26 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-05-18 15:49:26 (GMT) |
commit | 48816160cd87fe067156c5b8622e31ab10754e74 (patch) | |
tree | 7541083a081589c6044299d1ff6cded0eba19f09 /eigen.pri | |
parent | b3b83059e7c62339712e71294662cd3fa883f0db (diff) |
fix eigen bugs mingw32/64
Diffstat (limited to 'eigen.pri')
-rw-r--r-- | eigen.pri | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -15,10 +15,6 @@ OPENSCAD_LIBRARIES_DIR = $$(OPENSCAD_LIBRARIES) EIGEN2_DIR = $$(EIGEN2DIR) EIGEN_DIR = $$(EIGENDIR) -CONFIG(mingw-cross-env) { - EIGEN_INCLUDEPATH = mingw-cross-env/include/eigen2 -} - # Optionally specify location of Eigen3 using the # OPENSCAD_LIBRARIES env. variable !isEmpty(OPENSCAD_LIBRARIES_DIR) { @@ -69,16 +65,6 @@ isEmpty(EIGEN_INCLUDEPATH) { EIGEN_INCLUDEPATH = $$replace(EIGEN_CFLAGS,"-I","") } -mingw-cross-env { - exists(mingw-cross-env/../i686-pc-mingw32-pkg-config) { - EIGEN_CFLAGS = $$system("i686-pc-mingw32-pkg-config --cflags eigen3") - } - exists(mingw-cross-env/../x86_64-w64-mingw32-pkg-config) { - EIGEN_CFLAGS = $$system("x86_64-w64-mingw32-pkg-config --cflags eigen3") - } - EIGEN_INCLUDEPATH = $$replace(EIGEN_CFLAGS,"-I","") -} - # disable Eigen SIMD optimizations for platforms where it breaks compilation !macx { !freebsd-g++ { |