non port: math/py-cvxopt/Makefile |
SVNWeb
|
Number of commits found: 34 |
Wed, 20 Sep 2023
|
[ 17:57 Thierry Thomas (thierry) ] a0ed0dc (Only the first 10 of 25 ports in this commit are shown above. )
/*: bump PORTREVISION after the upgrade of SuiteSparse
|
Thu, 10 Aug 2023
|
[ 14:42 Yuri Victorovich (yuri) ] b95bef6
math/py-cvxopt: Update 1.3.1 → 1.3.2
Reported by: portscout
|
Tue, 18 Jul 2023
|
[ 00:53 Charlie Li (vishwin) ] 9a80a6e (Only the first 10 of 309 ports in this commit are shown above. )
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}
Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.
With hat: python
PR: 270510, 270358
|
Sat, 1 Jul 2023
|
[ 16:11 Thierry Thomas (thierry) ] 823182b (Only the first 10 of 25 ports in this commit are shown above. )
*/*: bump PORTREVISION after the upgrade of SuiteSparse
|
Tue, 27 Jun 2023
|
[ 19:34 Rene Ladan (rene) ] 3d9a815 (Only the first 10 of 4481 ports in this commit are shown above. )
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568>
|
Sun, 18 Jun 2023
|
[ 02:23 Yuri Victorovich (yuri) ] 42b269e
math/py-cvxopt: Update 1.3.0 → 1.3.1
Reported by: portscout
|
Sun, 23 Apr 2023
|
[ 09:09 Gerald Pfeifer (gerald) ] 8d3e020 (Only the first 10 of 2091 ports in this commit are shown above. )
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
|
Thu, 19 Jan 2023
|
[ 16:45 Thierry Thomas (thierry) ] 112013a (Only the first 10 of 25 ports in this commit are shown above. )
math/suitesparse*: bump PORTREVISION of dependant ports
|
Sun, 27 Nov 2022
|
[ 11:09 Thierry Thomas (thierry) ] 6f9769f (Only the first 10 of 24 ports in this commit are shown above. )
*/*: bump PORTREVISION after the upgrade of math/suitesparse*
PR: 267742
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Thu, 10 Mar 2022
|
[ 17:24 Yuri Victorovich (yuri) ] 495acd1
math/py-cvxopt: Update 1.2.8 -> 1.3.0
Reported by: portscout
|
Tue, 8 Feb 2022
|
[ 23:52 Yuri Victorovich (yuri) ] 5b041cf
math/py-cvxopt: Update 1.2.7 -> 1.2.8
Reported by: thierry@ (failing fetch for the previous version)
|
Wed, 12 Jan 2022
|
[ 19:41 Tobias C. Berner (tcberner) ] 654acd8 (Only the first 10 of 66 ports in this commit are shown above. )
math/gsl: bump portrevision of consumers after update to 2.7.1
PR: 260201
|
Mon, 3 Jan 2022
|
[ 14:49 Bernhard Froehlich (decke) ] 1b5ba5d
math/py-cvxopt: Add CPE information
Approved by: portmgr (blanket)
|
Tue, 21 Sep 2021
|
[ 17:47 Yuri Victorovich (yuri) ] 0533133
math/py-cvxopt: Update 1.2.6 -> 1.2.7
Reported by: portscout
|
Fri, 2 Jul 2021
|
[ 17:34 Thierry Thomas (thierry) ] 6c6f204
math/py-cvxopt: bump PORTREVISION after libdsdp change
|
Wed, 16 Jun 2021
|
[ 19:31 Tobias C. Berner (tcberner) ] 63e653a (Only the first 10 of 66 ports in this commit are shown above. )
math/gsl: update to 2.7
From [1]
* What is new in gsl-2.7:
* fixed doc bug for gsl_histogram_min_bin (lhcsky at 163.com)
* fixed bug #60335 (spmatrix test failure, J. Lamb)
* fixed bug #36577
* clarified documentation on interpolation accelerators (V. Krishnan)
* fixed bug #45521 (erroneous GSL_ERROR_NULL in ode-initval2, thanks to M.
Sitte)
* fixed doc bug #59758
* fixed bug #58202 (rstat median for n=5)
* added support for native C complex number types in gsl_complex
when using a C11 compiler
* upgraded to autoconf 2.71, automake 1.16.3, libtool 2.4.6 (Only the first 15 lines of the commit message are shown above )
|
Tue, 25 May 2021
|
[ 10:00 Thierry Thomas (thierry) ] 8470aea (Only the first 10 of 15 ports in this commit are shown above. )
math/suitesparse: adapt dependency lines after modularization
Do not bump PORTREVISION, because this should not change the resulting
packages.
Note for maintainers: try to not depend on the whole suitesparse package,
especially if your port do not require GraphBLAS (the biggest one).
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 18 Feb 2021
|
[ 20:48 yuri ]
math/py-cvxopt: 1.2.5 -> 1.2.6
|
Mon, 28 Dec 2020
|
[ 23:02 antoine ] (Only the first 10 of 1942 ports in this commit are shown above. )
Drop python 2.7 support from a few ports
With hat: portmgr
|
Sat, 25 Apr 2020
|
[ 07:57 yuri ]
math/py-cvxopt: Update 1.2.4 -> 1.2.5
Reported by: portscout
|
Wed, 29 Jan 2020
|
[ 07:10 yuri ]
math/py-cvxopt: Update 1.2.3 -> 1.2.4
Reported by: portscout
|
Fri, 25 Oct 2019
|
[ 23:41 tcberner ] (Only the first 10 of 64 ports in this commit are shown above. )
math/gsl: update to 2.6
- math/p5-Math-GSL does not seem to have any upstream activity to make it work
with this version -> mark it broken
- this also breaks the two consumers of this port
- biology/gemma: has a conflict with cblas, and is makred broken.
PR: 241363
Exp-run by: antoine
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Sat, 9 Feb 2019
|
[ 21:55 yuri ]
math/py-cvxopt: Update 1.2.2 -> 1.2.3
Reported by: portscout
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
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
|
Wed, 31 Oct 2018
|
[ 19:20 yuri ]
math/py-cvxopt: Remove WITH_ from options; Improve option descriptions
Reported by: mat
|
Mon, 29 Oct 2018
|
[ 06:08 yuri ]
math/py-cvxopt: Update 1.2.1 -> 1.2.2
Port changes:
* Add 4 optional dependencies predicated on corresponding port options
Reported by: portscout
|
Sat, 1 Sep 2018
|
[ 15:48 yuri ]
math/py-cvxopt: Update 1.2.0 -> 1.2.1
Reported by: portscout
|
Thu, 26 Apr 2018
|
[ 06:41 yuri ] (Only the first 10 of 16 ports in this commit are shown above. )
math/suitesparse: Update 4.0.2 -> 5.2.0
Port changes:
* Change to DISTVERSION
* Update MASTER_SITES
* Change to LICENSE_COMB=dual
* Add LIB_DEPENDS
* Unbundle metis, made it a dependency
* Update do-build and do-install
* Update WWW
Bump 11 ports.
games/naev is marked broken because it depends on the no longer installed
library.
PR: 210579
Submitted by: yuri
Submitted by: pfg
Approved by: maintainer timeout (maho@FreeBSD.org, 21 months)
Approved by: maintainer timeout (fortran@FreeBSD.org, 45 days)
|
Wed, 18 Apr 2018
|
[ 08:18 yuri ]
math/py-cvxopt: Update 1.1.9 -> 1.2.0
Removed the workaround for the empty directory in post-install because it is
gone.
Reported by: portscout
|
Mon, 26 Mar 2018
|
[ 07:18 yuri ]
New port: math/py-cvxopt: Python software for convex optimization
|
Number of commits found: 34 |