summaryrefslogtreecommitdiff
path: root/dev-python/python-fcl/files
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-01-02 13:42:01 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-01-02 13:42:01 +0000
commit1a0207a919055e9ffc2d81fa22e02e75759cfa18 (patch)
tree062f6b9e9aa2b3de9d4496c2a2e2b4c9261b5ebc /dev-python/python-fcl/files
parent2e383f1a6361c504338fbb8f21d38f452c174bda (diff)
downloadbaldeagleos-repo-1a0207a919055e9ffc2d81fa22e02e75759cfa18.tar.gz
baldeagleos-repo-1a0207a919055e9ffc2d81fa22e02e75759cfa18.tar.xz
baldeagleos-repo-1a0207a919055e9ffc2d81fa22e02e75759cfa18.zip
Adding metadata
Diffstat (limited to 'dev-python/python-fcl/files')
-rw-r--r--dev-python/python-fcl/files/python-fcl-0.0.12-fix-compiling-on-lld.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-python/python-fcl/files/python-fcl-0.0.12-fix-compiling-on-lld.patch b/dev-python/python-fcl/files/python-fcl-0.0.12-fix-compiling-on-lld.patch
deleted file mode 100644
index 0e3cf7a54196..000000000000
--- a/dev-python/python-fcl/files/python-fcl-0.0.12-fix-compiling-on-lld.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/setup.py
-+++ b/setup.py
-@@ -21,8 +21,7 @@
- include_dirs = ['/usr/include',
- '/usr/local/include',
- '/usr/include/eigen3']
-- lib_dirs = ['/usr/lib',
-- '/usr/local/lib']
-+ lib_dirs = ['/usr/local/lib']
-
- if 'CPATH' in os.environ:
- include_dirs += os.environ['CPATH'].split(':')