1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-03 18:39:16 -04:00
Commit graph

32 commits

Author SHA1 Message Date
Yuri Victorovich
b1818bcdb6 math/py-cvxpy: Update 1.1.17 -> 1.1.18
Reported by:	portscout
2022-01-03 14:26:43 -08:00
Yuri Victorovich
a8e1d84eaa math/py-cvxpy: Update 1.1.15 -> 1.1.17
Reported by:	portscout
2021-11-05 12:09:20 -07:00
Yuri Victorovich
8e48d35955 math/py-cvxpy: Update 1.1.13 -> 1.1.15 2021-08-17 12:10:46 -07:00
Yuri Victorovich
0260e99714 math/py-cvxpy: Update 1.1.12 -> 1.1.13
Reported by:	portscout
2021-05-25 10:26:21 -07:00
Yuri Victorovich
baaca34cce math/py-cvxpy: Update 1.1.11 -> 1.1.12 2021-04-09 13:40:40 -07:00
Mathieu Arnold
cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Yuri Victorovich
aaa893933b math/py-cvxpy: Update 1.1.10 -> 1.1.11
Reported by:	portscout
2021-03-05 22:54:33 +00:00
Yuri Victorovich
8a61cfd2ac math/py-cvxpy: Update 1.1.7 -> 1.1.10 2021-02-23 01:02:48 +00:00
Kai Knoblich
9cb5898561 Relax hardcoded paths to fix build with Python 3.8.7
Since r558913 Python 3.8 incorporates BPO-42604 [1] which changed the
shared libs naming scheme.  This means "EXT_SUFFIX" is now derived from
SOABI and yields with Python 3.8 to ".cpython-38.so" instead of ".so".

The affected ports strip the libaries in the "post-install" target via
hardcoded path(s) and the build fails at the end because the new extension
is not expected at this place.

Remedy the issue by adding wildcards to these paths.  This should also
prepare the ports for future Python releases, which will use the new shared
libs naming scheme.

[1] https://bugs.python.org/issue42604

PR:		252057
Reported by:	John Kennedy
Reviewed by:	fluffy, koobs
Approved by:	koobs (python)
2020-12-24 13:46:01 +00:00
Antoine Brodin
14be7bd191 scipy 1.5.4 is only compatible with python 3.6+
Reported by:	pkg-fallout
2020-12-24 09:03:39 +00:00
Yuri Victorovich
ea4173833f math/py-cvxpy: Update 1.1.6 -> 1.1.7
Reported by:	portscout
2020-10-24 19:04:45 +00:00
Yuri Victorovich
16f98f9361 math/py-cvxpy: Update 1.1.5 -> 1.1.6
Reported by:	portscout
2020-10-15 17:53:46 +00:00
Yuri Victorovich
d5356b3fe6 math/py-cvxpy: Update 1.1.3 -> 1.1.5
Reported by:	portscout
2020-08-28 17:29:23 +00:00
Yuri Victorovich
58523891b4 math/py-cvxpy: Update 1.0.29 -> 1.1.3 2020-07-23 18:32:23 +00:00
Yuri Victorovich
d67480f986 math/py-cvxpy: Update 1.0.28 -> 1.0.29
Reported by:	portscout
2020-04-05 18:53:20 +00:00
Yuri Victorovich
3c6bffb4f1 math/py-cvxpy: Update 1.0.25 -> 1.0.28
Reported by:	portscout
2020-03-07 20:12:43 +00:00
Yuri Victorovich
8d967c318c math/py-cvxpy: Update 1.0.24 -> 1.0.25
Reported by:	portscout
2020-01-12 07:02:05 +00:00
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Yuri Victorovich
fb252b60a7 math/py-cvxpy: Update 1.0.23 -> 1.0.24
Reported by:	portscout
2019-06-13 06:00:50 +00:00
Yuri Victorovich
38e18601bd math/py-cvxpy: Update 1.0.22 -> 1.0.23
Reported by:	portscout
2019-05-21 08:44:01 +00:00
Yuri Victorovich
61d7da49f5 math/py-cvxpy: Update 1.0.21 -> 1.0.22
Reported by:	portscout
2019-05-14 04:25:36 +00:00
Yuri Victorovich
b08c00477c math/py-cvxpy: Update 1.0.19 -> 1.0.21
Reported by:	portscout
2019-03-09 21:34:27 +00:00
Yuri Victorovich
79736a5dd4 math/py-cvxpy: Update 1.0.17 -> 1.0.19
Reported by:	portscout
2019-03-02 07:21:02 +00:00
Yuri Victorovich
36a1b3923a math/py-cvxpy: Update 1.0.16 -> 1.0.17
Reported by:	portscout
2019-02-23 07:43:28 +00:00
Yuri Victorovich
5c079467af math/py-cvxpy: Update 1.0.14 -> 1.0.16
Reported by:	portscout
2019-02-22 05:13:55 +00:00
Yuri Victorovich
f4708ea209 math/py-cvxpy: Update 1.0.13 -> 1.0.14
Reported by:	portscout
2019-01-26 04:09:44 +00:00
Yuri Victorovich
40d39b009c math/py-cvxpy: Update 1.0.12 -> 1.0.13
Reported by:	portscout
2019-01-23 09:40:12 +00:00
Yuri Victorovich
ca323b3481 math/py-cvxpy: Update 1.0.11 -> 1.0.12
Reported by:	portscout
2019-01-21 09:15:49 +00:00
Yuri Victorovich
0f5694db95 math/py-cvxpy: Update 1.0.10 -> 1.0.11
Reported by:	portscout
2018-12-15 08:16:06 +00:00
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00
Yuri Victorovich
7c1e2287ca New port: math/py-cvxpy: Domain-specific language for modeling convex optimization problems 2018-11-18 23:04:41 +00:00