diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-04-04 01:04:12 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-04-04 01:05:07 -0700 |
commit | 9c26f66e0b0eeceee43e3c27cdc594036b569b2e (patch) | |
tree | ed52f1daa22d426c4afea6ba27a69ea4dcf591f0 /math/py-nlopt/files/patch-extensions.py | |
parent | www/davix: update 0_8_5 → 0_8_6 (diff) |
math/py-nlopt: update 2.7.1 → 2.7.1.2
Reported by: portscout
Diffstat (limited to 'math/py-nlopt/files/patch-extensions.py')
-rw-r--r-- | math/py-nlopt/files/patch-extensions.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-nlopt/files/patch-extensions.py b/math/py-nlopt/files/patch-extensions.py index 1c8cfb1104cd..22c394738ec0 100644 --- a/math/py-nlopt/files/patch-extensions.py +++ b/math/py-nlopt/files/patch-extensions.py @@ -1,6 +1,6 @@ ---- extensions.py.orig 2022-06-19 20:42:31 UTC +--- extensions.py.orig 2024-04-03 02:23:20 UTC +++ extensions.py -@@ -25,7 +25,7 @@ class NLOptBuild(build_ext): +@@ -26,7 +26,7 @@ class NLOptBuild(build_ext): except OSError: raise RuntimeError("CMake must be installed") |