index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2019-08-29 12:16:40 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2019-08-29 12:16:40 +0200 |
commit | 5e0ed7124b78b45c2cd6ff342ba3e2a0aa99129f (patch) | |
tree | 6eb87265de6ec79532acb559331f5855c321738d /extra/opencv/PKGBUILD | |
parent | 9bf3a2110fba5e329123b4afaa4006b5a803f524 (diff) |
-rw-r--r-- | extra/opencv/PKGBUILD | 9 |
diff --git a/extra/opencv/PKGBUILD b/extra/opencv/PKGBUILD new file mode 100644 index 00000000..edfd7f75 --- /dev/null +++ b/extra/opencv/PKGBUILD @@ -0,0 +1,9 @@ +# temporary workaround for building from repo/trunk is fixed for Eigen +# header files + +eval "$( + declare -f build | \ + sed ' + s|cmake|cmake -DEIGEN_INCLUDE_PATH=/usr/include/eigen3/| + ' +)" |