summaryrefslogtreecommitdiff
path: root/eigen.pri
diff options
context:
space:
mode:
authordon bright <hugh.m.bright@gmail.com>2013-05-18 15:49:26 (GMT)
committerdon bright <hugh.m.bright@gmail.com>2013-05-18 15:49:26 (GMT)
commit48816160cd87fe067156c5b8622e31ab10754e74 (patch)
tree7541083a081589c6044299d1ff6cded0eba19f09 /eigen.pri
parentb3b83059e7c62339712e71294662cd3fa883f0db (diff)
fix eigen bugs mingw32/64
Diffstat (limited to 'eigen.pri')
-rw-r--r--eigen.pri14
1 files changed, 0 insertions, 14 deletions
diff --git a/eigen.pri b/eigen.pri
index 1c9a5ef..7b4d46a 100644
--- a/eigen.pri
+++ b/eigen.pri
@@ -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++ {
contact: Jan Huwald // Impressum