Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
05 Mar 2021 22:54:33
1.1.11

|
yuri  |
math/py-cvxpy: Update 1.1.10 -> 1.1.11
Reported by: portscout |
23 Feb 2021 01:02:48
1.1.10

|
yuri  |
math/py-cvxpy: Update 1.1.7 -> 1.1.10 |
24 Dec 2020 13:46:02
1.1.7

|
kai  |
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) |
24 Dec 2020 09:03:39
1.1.7

|
antoine  |
scipy 1.5.4 is only compatible with python 3.6+
Reported by: pkg-fallout |
24 Oct 2020 19:04:45
1.1.7

|
yuri  |
math/py-cvxpy: Update 1.1.6 -> 1.1.7
Reported by: portscout |
15 Oct 2020 17:53:46
1.1.6

|
yuri  |
math/py-cvxpy: Update 1.1.5 -> 1.1.6
Reported by: portscout |
28 Aug 2020 17:29:23
1.1.5

|
yuri  |
math/py-cvxpy: Update 1.1.3 -> 1.1.5
Reported by: portscout |
23 Jul 2020 18:32:23
1.1.3

|
yuri  |
math/py-cvxpy: Update 1.0.29 -> 1.1.3 |
05 Apr 2020 18:53:20
1.0.29

|
yuri  |
math/py-cvxpy: Update 1.0.28 -> 1.0.29
Reported by: portscout |
07 Mar 2020 20:12:43
1.0.28

|
yuri  |
math/py-cvxpy: Update 1.0.25 -> 1.0.28
Reported by: portscout |
12 Jan 2020 07:02:05
1.0.25

|
yuri  |
math/py-cvxpy: Update 1.0.24 -> 1.0.25
Reported by: portscout |
26 Jul 2019 20:46:57
1.0.24_1

|
gerald  |
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 |
13 Jun 2019 06:00:50
1.0.24

|
yuri  |
math/py-cvxpy: Update 1.0.23 -> 1.0.24
Reported by: portscout |
21 May 2019 08:44:01
1.0.23

|
yuri  |
math/py-cvxpy: Update 1.0.22 -> 1.0.23
Reported by: portscout |
14 May 2019 04:25:36
1.0.22

|
yuri  |
math/py-cvxpy: Update 1.0.21 -> 1.0.22
Reported by: portscout |
09 Mar 2019 21:34:28
1.0.21

|
yuri  |
math/py-cvxpy: Update 1.0.19 -> 1.0.21
Reported by: portscout |
02 Mar 2019 07:21:03
1.0.19

|
yuri  |
math/py-cvxpy: Update 1.0.17 -> 1.0.19
Reported by: portscout |
23 Feb 2019 07:43:28
1.0.17

|
yuri  |
math/py-cvxpy: Update 1.0.16 -> 1.0.17
Reported by: portscout |
22 Feb 2019 05:13:55
1.0.16

|
yuri  |
math/py-cvxpy: Update 1.0.14 -> 1.0.16
Reported by: portscout |
26 Jan 2019 04:09:44
1.0.14

|
yuri  |
math/py-cvxpy: Update 1.0.13 -> 1.0.14
Reported by: portscout |
23 Jan 2019 09:40:12
1.0.13

|
yuri  |
math/py-cvxpy: Update 1.0.12 -> 1.0.13
Reported by: portscout |
21 Jan 2019 09:15:50
1.0.12

|
yuri  |
math/py-cvxpy: Update 1.0.11 -> 1.0.12
Reported by: portscout |
15 Dec 2018 08:16:06
1.0.11

|
yuri  |
math/py-cvxpy: Update 1.0.10 -> 1.0.11
Reported by: portscout |
12 Dec 2018 01:35:36
1.0.10_1

|
gerald  |
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 |
18 Nov 2018 23:04:41
1.0.10

|
yuri  |
New port: math/py-cvxpy: Domain-specific language for modeling convex
optimization problems |