aboutsummaryrefslogtreecommitdiffstats
path: root/math
Commit message (Collapse)AuthorAgeFilesLines
* math/boolector: Update 3.0.0-239 -> 3.1.0yuri2019-12-045-25/+36
| | | | Reported by: portscout
* math/cadical: Add -fPIC due to the user requirementyuri2019-12-041-0/+3
|
* math/geogram: Update 1.7.1 -> 1.7.2yuri2019-12-043-8/+13
| | | | Reported by: portscout
* New port: math/cadical: Simple CDCL satisfiability solveryuri2019-12-045-0/+54
|
* - Update to 1.4-5tota2019-12-032-5/+4
|
* Upgrade to version 2.4.0se2019-12-032-4/+4
| | | | | | This versiom includes enhancements to the bundled dc command. Approved by: antoine (implicit)
* - Update to 1.3.2wen2019-12-032-5/+4
|
* - Update to 1.9.22wen2019-12-032-6/+6
|
* Data structures and basic operations for ordinary sets, generalizations such aswen2019-12-034-0/+23
| | | | | | fuzzy sets, multisets, and fuzzy multisets, customizable sets, and intervals. WWW: https://cran.r-project.org/web/packages/sets/
* - Update to 0.7.5wen2019-12-032-5/+4
|
* - Fix build on powerpc64 elfv2.stephen2019-12-031-5/+9
| | | | | | | | - Remove vtk5 from conflicts. - Bump portrevision. PR: 242361 Submitted by: Piotr Kubaj <pkubaj@FreeBSD.org>
* - Update to 0.6.24wen2019-12-032-5/+8
|
* - Update to 1.7.6wen2019-12-032-5/+4
|
* - Update to 1.1.2wen2019-12-032-5/+4
|
* math/sleef: fix build on powerpc64 elfv2pkubaj2019-12-031-0/+2
| | | | | | | | | | | | | | | | clang doesn't find vec_nand: In file included from /wrkdirs/usr/ports/math/sleef/work/sleef-3.4.0/src/libm/sleefsimdsp.c:145: /wrkdirs/usr/ports/math/sleef/work/sleef-3.4.0/src/arch/helperpower_128.h:266:54: warning: implicit declaration of function 'vec_nand' is invalid in C99 [-Wimplicit-function-declaration] static INLINE vopmask vnot_vo_vo(vopmask o) { return vec_nand(o, o); } ^ /wrkdirs/usr/ports/math/sleef/work/sleef-3.4.0/src/arch/helperpower_128.h:266:54: error: returning 'int' from a function with incompatible result type 'vopmask' (vector of 4 'unsigned int' values) static INLINE vopmask vnot_vo_vo(vopmask o) { return vec_nand(o, o); } ^~~~~~~~~~~~~~ -mpower8-vector is needed because vec_nand is behind #ifdef __POWER8_VECTOR__ in clang's altivec.h. PR: 242143 Approved by: linimon (mentor), jmd (maintainer)
* Update to 5.2.8glewis2019-12-022-4/+4
|
* Update to 5.2.8glewis2019-12-023-20/+4
|
* - Add optional dependency math/octave-forge-matgeom.stephen2019-12-021-3/+2
| | | | - Update to 20191201.
* - New port math/octave-forge-matgeom.stephen2019-12-024-0/+48
| | | | | | | | | | | | | The octave-forge package is the result of The GNU Octave Repositry project, which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. This is matgeom. Geometry toolbox for 2D/3D geometric computing. WWW: http://octave.sourceforge.net/
* Unbreak ports treeantoine2019-12-021-1/+1
| | | | Pointy hat: yuri
* Unbreak ports treeantoine2019-12-021-1/+1
| | | | Pointy hat: yuri
* math/py-pymc3: Update 3.7 -> 3.8yuri2019-12-022-5/+5
| | | | Reported by: portscout
* New port: math/py-arviz: Package for exploratory analysis of Bayesian modelsyuri2019-12-024-0/+41
|
* math/cln: fix build on powerpc64 elfv2, simplify portpkubaj2019-12-013-8/+4
| | | | | | | powerpc64 elfv2 needs the same patches as arm* and aarch64, but builds without -DNO_ASM. Simplify the port by applying the arm patches everywhere and use CPPFLAGS_${ARCH} instead of .if ${ARCH} block. Build passes on powerpc64 elfv1 fine, so the original issue must have been fixed. PR: 242296 Approved by: wen (maintainer), linimon (mentor)
* math/rumur: Update 2019.11.09 -> 2019.11.24yuri2019-12-012-4/+4
| | | | Reported by: repology
* math/libxlsxwriter: fix build on GCC architecturespkubaj2019-11-301-1/+1
| | | | | | | Use newer GCC: ../include/xlsxwriter/workbook.h:911: error: wrong number of arguments specified for 'deprecated' attribute Approved by: mentors (implicit approval)
* New port: math/abella: Interactive theorem proveryuri2019-11-304-0/+34
|
* - Update to 1.2.4.2tota2019-11-282-5/+4
|
* math/curv: fix build on GCC architecturespkubaj2019-11-284-0/+39
| | | | | | | libcurv/geom/viewer/fbo.cc, libcurv/geom/viewer/mesh.cc, libcurv/geom/viewer/text.cc and libcurv/geom/viewer/vertexLayout.cc need to include sys/types.h to make uint type known. /wrkdirs/usr/ports/math/curv/work/curv-0.4-127-g3caf3068/libcurv/geom/viewer/fbo.cc:42:26: error: 'uint' does not name a type; did you mean 'int'? PR: 241418 Approved by: linimon (mentor), yuri (maintainer)
* Clean up after java/openjdk6 and java/openjdk6-jre removaljkim2019-11-2710-12/+4
| | | | | | | | | | | | java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and java/openjdk6 and java/openjdk6-jre were removed from the ports tree (r512663). Now this patch completely removes remaining stuff from the ports tree. PR: 241953 (exp-run) Reviewed by: glewis Approved by: portmgr (antoine) Differential Revision: https://reviews.freebsd.org/D22342
* Fix build with src r354909 applied.brooks2019-11-268-8/+8
| | | | | | | | | | | The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into errors causing these ports that declare them and use the FreeBSD make infrastructure as part of their build to fail. When the offending variables occur in a BSD Makefile, NO_MAN becomes MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and MK_PROFILE=no respectively. When declared in the environment they become WITHOUT_<FOO>.
* Update to 0.8.8bapt2019-11-253-10/+10
|
* math/fplll: Update 5.2.1-229 -> 5.3.0yuri2019-11-253-8/+8
| | | | Reported by: portscout
* math/octomap: Update 1.9.0 -> 1.9.1yuri2019-11-254-13/+14
| | | | Reported by: portscout
* Update to version 2.3.1se2019-11-252-4/+4
| | | | Approved by: antoine (implicit)
* Move ONNX-related ports to a more proper category.yuri2019-11-258-178/+0
|
* - Update to 0.99.20.1tota2019-11-243-6/+5
| | | | - Update WWW: line in pkg-descr
* math/vtk*: Canonicalize option namestobik2019-11-242-6/+10
| | | | | | | | /!\ vtk6-6.2.0_9: Makefile warnings, please consider fixing /!\ These options name have characters outside of [-_A-Z0-9]: Groups Wrapping
* math/tvm: Update 0.5.20191028 -> 0.6.0.rc0; Move math/tvm -> misc/tvmyuri2019-11-245-59/+0
| | | | | The project moved to another GitHub account. The Apache Incubator adopted it with a lot of new commits.
* math/z3: Pull in upstream patch to fix build on i386.arrowd2019-11-241-0/+11
| | | | Reported by: pkg-fallout
* math/z3: Update to 4.8.7.arrowd2019-11-232-4/+4
|
* math/cadabra2: Update 2.2.5-5 -> 2.2.7yuri2019-11-233-9/+13
| | | | Reported by: portscout
* Fix the 'fig' terminalglewis2019-11-222-1/+16
| | | | | PR: 242097 Submitted by: mjl@luckie.org.nz
* New port: math/ensmallen: Flexible C++ library for efficient mathematical ↵yuri2019-11-205-0/+259
| | | | optimization
* math/wxmaxima: update to 19.11.1fernape2019-11-203-6/+47
| | | | | | | | | | | | | | | From ChangeLog: https://github.com/wxMaxima-developers/wxmaxima/releases/tag/Version-19.11.1 * Improved italian translation by Marco Ciampa * Autocompletion no more causes asserts * A better logic that decides which cell to send to maxima * wxMaxima now supports "-l", "-u" and "-X" command-line args like maxima * The help files now are installed in the Right Place * Many additional small bug fixes PR: 241964 Submitted by: phascolarctos@protonmail.ch (maintainer)
* - Update to 0.3.3.7.0tota2019-11-182-5/+4
|
* math/openturns: Update 1.13 -> 1.14yuri2019-11-174-45/+107
| | | | Reported by: portscout
* 1: Update to 2.0.vanilla2019-11-172-6/+8
| | | | | 2: add LICENSE & LICENSE_FILE. 3: pet portlint.
* math/ascent: Update 0.3.0-11 -> 0.4.0yuri2019-11-173-5/+25
| | | | | | Also add the 'test' target. Reported by: portscout
* math/py-Pyomo: Update 5.6.6 -> 5.6.7yuri2019-11-172-4/+4
| | | | Reported by: portscout
* Fix build on GCC-based systems:linimon2019-11-171-1/+1
| | | | | | | | CMake Error in app/clingo/CMakeLists.txt: Target "clingo" requires the language dialect "CXX14" , but CMake does not know the compile flags to use to enable it. Approved by: portmgr (tier-2 blanket)
* math/rumur: Update 2019.10.27 -> 2019.11.09yuri2019-11-162-4/+4
| | | | Reported by: portscout
* New port: math/clingo: Grounder and solver for logic programsyuri2019-11-165-0/+50
|
* - Resurrect math/octave-forge-linear algebra.stephen2019-11-155-2/+43
| | | | | | - Update math/octave-forge-linear-algebra to 2.2.3. - In math/octave-forge, option linear-algebra defaults to on. - Bump port revision of math/octave-forge.
* Add USES={gl,gnome,mate,sdl,xorg} missed in the last roundtobik2019-11-141-1/+1
|
* Add py-matplotlib-scalebar 0.6.1sunpoet2019-11-144-0/+33
| | | | | | | | | | | | | | | Provides a new artist for matplotlib to display a scale bar, aka micron bar. It is particularly useful when displaying calibrated images plotted using plt.imshow(...). - While I'm here: - Add LICENSE_FILE - Use USE_LOCALE instead of patch file WWW: https://github.com/ppinard/matplotlib-scalebar PR: 241508 Submitted by: Rainer Hurling <rhurlin@gwdg.de>
* Update to 1.3.0sunpoet2019-11-142-10/+5
| | | | Changes: https://github.com/pydata/bottleneck/blob/master/RELEASE.rst
* Update to version 2.3.0se2019-11-113-9/+25
| | | | Approved by: antoine (implicit)
* - Update to 5.52tota2019-11-102-4/+4
|
* math/ambit: Update 0.3 -> 0.4yuri2019-11-102-5/+4
| | | | Reported by: portscout
* math/py-spot: Update 2.8.2 -> 2.8.3yuri2019-11-102-4/+4
| | | | Reported by: portscout
* math/spot: Update 2.8.2 -> 2.8.3yuri2019-11-102-4/+4
| | | | Reported by: portscout
* math/blitz++: update to 1.0.2tcberner2019-11-104-29/+71
| | | | | | | - Give maintainership to Lorenzo Salvadore <phascolarctos@protonmail.ch> PR: 241290 Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch>
* KDE Applications: update to 19.08.3tcberner2019-11-098-24/+24
| | | | | | | | | | | | | | | | | | | | November 07, 2019. Today KDE released the third stability update for KDE Applications 19.08. This release contains only bugfixes and translation updates, providing a safe and pleasant update for everyone. More than a dozen recorded bugfixes include improvements to Kontact, Ark, Cantor, K3b, Kdenlive, Konsole, Okular, Spectacle, Umbrello, among others. Improvements include: * In the video-editor Kdenlive, compositions no longer disappear when reopening a project with locked tracks * Okular's annotation view now shows creation times in local time zone instead of UTC * Keyboard control has been improved in the Spectacle screenshot utility You can find the full list of changes here: https://kde.org/announcements/fulllog_applications-aether.php?version=19.08.3
* - Update to 4.6.2.stephen2019-11-092-5/+4
|
* math: Add missing USES={gl,gnome,php,sdl,xorg}tobik2019-11-0817-15/+20
|
* New port: math/mpfrc++: High-performance C++ interface for MPFR libraryyuri2019-11-084-0/+40
|
* Unmark these ports broken on aarch64.linimon2019-11-082-4/+0
| | | | | Submitted by: emaste (TRYBROKEN run) Approved by: portmgr (tier-2 blanket)
* Unmark broken on aarch64.linimon2019-11-081-2/+0
| | | | Submitted by: emaste (TRYBROKEN run)
* Restore patch removed by mistake in r517026.linimon2019-11-081-0/+14
|
* Unmark broken on aarch64.linimon2019-11-082-15/+0
| | | | | Submitted by: emaste (TRYBROKEN run) Approved by: portmgr (tier-2 blanket)
* Add USES=xorg USES=gl, ports categories l and mzeising2019-11-071-0/+1
| | | | | Add USES=xorg and USES=gl to ports in categories starting with 'l' and 'm'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
* Add USES=xorg USES=gl, ports categories mzeising2019-11-0729-22/+32
| | | | | Add USES=xorg and USES=gl to ports in categories starting with 'm' While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
* Mark a few ports BROKEN (unfetchable)antoine2019-11-0620-0/+40
|
* calc: Bump PORTREVISION for cscript path changes (to libexec)adamw2019-11-051-0/+1
|
* calc: Simplify and take maintainershipadamw2019-11-053-671/+561
| | | | | | | | | | | calc provides a horrific Makefile that uses ?= for nothing at all, requiring the file to be mangled by hand. Still, it was a little much for us to redefine every system command. `cp` is unlikely to wander out of $PATH. While here, add some options to not install some stuff. In particular, make it possible to just install a simple usable calculator without hundreds of scripts, functions, headers, and help files.
* Returns johans's ports to the pool after safekeeping his commit bit.rene2019-11-052-2/+2
|
* Update to 3.2.2sunpoet2019-11-052-4/+4
| | | | | Changes: https://bitbucket.org/rpy2/rpy2/src/default/NEWS https://github.com/rpy2/rpy2/blob/master/NEWS
* Update to 0.15.3sunpoet2019-11-052-4/+4
| | | | Changes: https://github.com/openai/gym/blob/master/README.rst#whats-new
* math/yacas: update to 1.8.0gahr2019-11-043-5/+6
| | | | Release notes: http://www.yacas.org/release_1.8.0/
* Sort SUBDIRssunpoet2019-11-041-1/+1
|
* math/py-keras-preprocessing: update to 1.1.0rm2019-11-042-5/+4
|
* math/py-keras-applications: update to 1.0.8rm2019-11-042-5/+4
|
* math/exprtk: Update g20191022 (c6a452a) -> g20191103 (dd02674)yuri2019-11-042-5/+5
|
* Add arm64 performance counter and enable NEON support.rakuco2019-11-031-1/+9
| | | | | | | | | | | | | * Enable cycle counter via the PMCCNTR_EL0 register on arm64 for all variants * Enable NEON instructions for -float flavor * Runtime tested with bench utility in tests directory (./work/fftw-3.3.8/tests/bench if compiling ports) on Orange Pi PC running 13.0-CURRENT r347967 PR: 239511 Submitted by: daniel.engberg.lists@pyret.net Reviewed by: mikael.urankar@gmail.com Approved by: jhale (maintainer timeout, 3 months)
* math/py-autograd: update to 1.3rm2019-11-032-5/+4
|
* math/openblas: Fix build with DYNAMIC_ARCH=OFF.arrowd2019-10-312-2/+8
| | | | | PR: 238228 Submitted by: Artyom Davidov <ard_1@mail.ru>
* math/exprtk: Update g20190906 -> g20191022yuri2019-10-312-5/+5
|
* math/form: use GCC 9 for OpenMPI instead of expired GCC 5.rene2019-10-301-1/+1
|
* math/openturns: fix build on BE architecturespkubaj2019-10-301-0/+12
| | | | | | | This port fails to build on big-endian architectures, because it redefines __BIG_ENDIAN__. Our compilers already define __BIG_ENDIAN__ and redefining it breaks compilation. PR: 241546 Approved by: linimon (mentor), yuri (maintainer)
* math/openblas: Use ${MV} instead of ${CP}.arrowd2019-10-291-5/+5
| | | | Reported by: mat
* math/openblas: Install header files.arrowd2019-10-292-1/+61
| | | | | | | PR: 238228 Reviewed by: Artyom Davidov <ard_1@mail.ru> Approved by: Eijiro Shibusawa <phd_kimberlite@yahoo.co.jp> (maintainer) Differential Revision: https://reviews.freebsd.org/D20866
* math/tvm: Update 0.4-1614 -> 0.5.20191028 (e889928)yuri2019-10-293-6/+6
|
* math/giacxcas: Update 1.5.0-67 -> 1.5.0-69yuri2019-10-292-5/+4
| | | | Reported by: portscout
* math/rumur: Update 2019.09.15 -> 2019.10.27yuri2019-10-292-4/+4
| | | | Reported by: portscout
* - Update to 1.3.0.stephen2019-10-292-6/+6
|
* Update to 1.3006sunpoet2019-10-282-5/+5
| | | | Changes: https://metacpan.org/changes/distribution/Math-BigInt-Pari
* Update to 1.6007sunpoet2019-10-282-5/+5
| | | | Changes: https://metacpan.org/changes/distribution/Math-BigInt-GMP
* Update to 0.5009sunpoet2019-10-282-5/+5
| | | | Changes: https://metacpan.org/changes/distribution/Math-BigInt-FastCalc
* Update to 1.999818sunpoet2019-10-282-4/+4
| | | | Changes: https://metacpan.org/changes/distribution/Math-BigInt
* math/hmat-oss: fix build on GCC architecturespkubaj2019-10-281-3/+2
| | | | | | | | | | | Don't unconditionally depend on libomp, this breaks compilation on GCC architectures. Instead, add USES=compiler:openmp. Bump PORTREVISION because of dependency change. PR: 241017 Approved by: linimon (mentor), yuri (maintainer timeout)
* Fix build on GCC-based systems:linimon2019-10-281-1/+1
| | | | | | cc1: error: unrecognized command line option "-std=c11" Approved by: portmgr (tier-2 blanket)
* math/mkl-dnn: Update to the latest commit in the repository: f32e21byuri2019-10-282-5/+5
|
* New port: math/ideep: Chainer module for numpy-like API and DNN acceleration ↵yuri2019-10-288-0/+149
| | | | using MKL-DNN
* math/mkl-dnn: Update 1.0.1 -> 1.1-rc-177-gf32e21b48yuri2019-10-283-10/+22
|
* Update to 11.4.1.rakuco2019-10-283-6/+6
| | | | | | | Also update the maintainer's email address. PR: 241344 Submitted by: Nathan <ndowens04@gmail.com>
* Update to 0.96601rakuco2019-10-283-17/+62
| | | | | PR: 241436 Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer)
* - Update to 1.3.10tota2019-10-272-5/+4
|
* Bump PORTREVISION after lang/sbcl upgrade.krion2019-10-261-1/+1
|
* - Update to 0.8.3tota2019-10-262-15/+13
| | | | | | PR: 241140 Submitted by: tota@ (myself) Approved by: maintainer timeout (wen@, > 2 weeks)
* math/plplot: Update to 5.15.0woodsb022019-10-268-219/+245
| | | | | | | | | | Changes this release: https://sourceforge.net/p/plplot/news/2019/06/plplot-5150-has-been-released/ https://sourceforge.net/p/plplot/news/2018/12/plplot-5140-has-been-released/ https://sourceforge.net/p/plplot/news/2017/08/plplot-5130-has-been-released/ PR: 236577 Submitted by: yuri (partially)
* math/gsl: update to 2.6tcberner2019-10-2622-20/+45
| | | | | | | | | | - 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
* Update math/labplot to latest upstream releaseadridg2019-10-263-7/+11
| | | | | | | | | | | | Changelog: https://labplot.kde.org/2019/10/24/labplot-2-7-released/ Summary: - Spreadsheet mode much improved - Plot cursor - Speedups in plotting OPTION cantor now requires poppler.
* Update to 0.19sunpoet2019-10-262-9/+14
| | | | Changes: https://metacpan.org/changes/distribution/Math-BigInt-Lite
* Fix build with texinfo 6.7sunpoet2019-10-262-2/+19
| | | | | PR: 240976 Exp-run by: antoine
* math/onnx: Update 1.6.0 -> 1.6.0.20191021 (to the latest git hash)yuri2019-10-262-4/+6
|
* New port: math/py-onnx-tf: Tensorflow backend for ONNX (Open Neural Network ↵yuri2019-10-264-0/+31
| | | | Exchange)
* math/py-scikit-umfpack: unbreak on non-LLD architectures after r515313jbeich2019-10-251-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | creating /tmp/tmpFiVPVw/tmp creating /tmp/tmpFiVPVw/tmp/tmpFiVPVw compile options: '-I/usr/include -I/usr/local/include -I/usr/local/include/suitesparse -c' cc: /tmp/tmpFiVPVw/source.c cc /tmp/tmpFiVPVw/tmp/tmpFiVPVw/source.o -L/usr/local/lib -lcblas -o /tmp/tmpFiVPVw/a.out /usr/local/lib/libcblas.so: undefined reference to `cgemv_' /usr/local/lib/libcblas.so: undefined reference to `cscal_' /usr/local/lib/libcblas.so: undefined reference to `sdot_' /usr/local/lib/libcblas.so: undefined reference to `dtrmm_' /usr/local/lib/libcblas.so: undefined reference to `zhpr_' /usr/local/lib/libcblas.so: undefined reference to `snrm2_' /usr/local/lib/libcblas.so: undefined reference to `zherk_' /usr/local/lib/libcblas.so: undefined reference to `sspmv_' /usr/local/lib/libcblas.so: undefined reference to `cswap_' /usr/local/lib/libcblas.so: undefined reference to `dswap_' /usr/local/lib/libcblas.so: undefined reference to `dgemm_' /usr/local/lib/libcblas.so: undefined reference to `ztrmv_' /usr/local/lib/libcblas.so: undefined reference to `zgbmv_' /usr/local/lib/libcblas.so: undefined reference to `ctbsv_' /usr/local/lib/libcblas.so: undefined reference to `dger_' /usr/local/lib/libcblas.so: undefined reference to `dtpsv_' /usr/local/lib/libcblas.so: undefined reference to `sspr_' /usr/local/lib/libcblas.so: undefined reference to `cher_' /usr/local/lib/libcblas.so: undefined reference to `caxpy_' /usr/local/lib/libcblas.so: undefined reference to `ztpsv_' /usr/local/lib/libcblas.so: undefined reference to `zscal_' /usr/local/lib/libcblas.so: undefined reference to `sswap_' /usr/local/lib/libcblas.so: undefined reference to `ctpsv_' /usr/local/lib/libcblas.so: undefined reference to `dzasum_' /usr/local/lib/libcblas.so: undefined reference to `daxpy_' /usr/local/lib/libcblas.so: undefined reference to `ctrsv_' /usr/local/lib/libcblas.so: undefined reference to `izamax_' /usr/local/lib/libcblas.so: undefined reference to `sasum_' /usr/local/lib/libcblas.so: undefined reference to `drotg_' /usr/local/lib/libcblas.so: undefined reference to `dsymm_' /usr/local/lib/libcblas.so: undefined reference to `zhpr2_' /usr/local/lib/libcblas.so: undefined reference to `stpsv_' /usr/local/lib/libcblas.so: undefined reference to `ssbmv_' /usr/local/lib/libcblas.so: undefined reference to `cgbmv_' /usr/local/lib/libcblas.so: undefined reference to `zhbmv_' /usr/local/lib/libcblas.so: undefined reference to `srotmg_' /usr/local/lib/libcblas.so: undefined reference to `cgemm_' /usr/local/lib/libcblas.so: undefined reference to `dtpmv_' /usr/local/lib/libcblas.so: undefined reference to `chemv_' /usr/local/lib/libcblas.so: undefined reference to `ssyr2_' /usr/local/lib/libcblas.so: undefined reference to `ctbmv_' /usr/local/lib/libcblas.so: undefined reference to `saxpy_' /usr/local/lib/libcblas.so: undefined reference to `drotm_' /usr/local/lib/libcblas.so: undefined reference to `dnrm2_' /usr/local/lib/libcblas.so: undefined reference to `ctrmm_' /usr/local/lib/libcblas.so: undefined reference to `ztbsv_' /usr/local/lib/libcblas.so: undefined reference to `dtrsv_' /usr/local/lib/libcblas.so: undefined reference to `zdotu_' /usr/local/lib/libcblas.so: undefined reference to `dsyr_' /usr/local/lib/libcblas.so: undefined reference to `srot_' /usr/local/lib/libcblas.so: undefined reference to `ccopy_' /usr/local/lib/libcblas.so: undefined reference to `zgeru_' /usr/local/lib/libcblas.so: undefined reference to `zhpmv_' /usr/local/lib/libcblas.so: undefined reference to `csyr2k_' /usr/local/lib/libcblas.so: undefined reference to `ctrsm_' /usr/local/lib/libcblas.so: undefined reference to `sscal_' /usr/local/lib/libcblas.so: undefined reference to `cgerc_' /usr/local/lib/libcblas.so: undefined reference to `dcopy_' /usr/local/lib/libcblas.so: undefined reference to `scnrm2_' /usr/local/lib/libcblas.so: undefined reference to `zgemm_' /usr/local/lib/libcblas.so: undefined reference to `sgbmv_' /usr/local/lib/libcblas.so: undefined reference to `sspr2_' /usr/local/lib/libcblas.so: undefined reference to `ztrsv_' /usr/local/lib/libcblas.so: undefined reference to `cgeru_' /usr/local/lib/libcblas.so: undefined reference to `dscal_' /usr/local/lib/libcblas.so: undefined reference to `dgbmv_' /usr/local/lib/libcblas.so: undefined reference to `chpr_' /usr/local/lib/libcblas.so: undefined reference to `zdscal_' /usr/local/lib/libcblas.so: undefined reference to `strmm_' /usr/local/lib/libcblas.so: undefined reference to `ssymm_' /usr/local/lib/libcblas.so: undefined reference to `zgemv_' /usr/local/lib/libcblas.so: undefined reference to `ddot_' /usr/local/lib/libcblas.so: undefined reference to `isamax_' /usr/local/lib/libcblas.so: undefined reference to `drotmg_' /usr/local/lib/libcblas.so: undefined reference to `zsyrk_' /usr/local/lib/libcblas.so: undefined reference to `stbsv_' /usr/local/lib/libcblas.so: undefined reference to `strsv_' /usr/local/lib/libcblas.so: undefined reference to `scasum_' /usr/local/lib/libcblas.so: undefined reference to `srotg_' /usr/local/lib/libcblas.so: undefined reference to `sdsdot_' /usr/local/lib/libcblas.so: undefined reference to `sgemm_' /usr/local/lib/libcblas.so: undefined reference to `scopy_' /usr/local/lib/libcblas.so: undefined reference to `zdotc_' /usr/local/lib/libcblas.so: undefined reference to `dsyr2k_' /usr/local/lib/libcblas.so: undefined reference to `dsyrk_' /usr/local/lib/libcblas.so: undefined reference to `csscal_' /usr/local/lib/libcblas.so: undefined reference to `dasum_' /usr/local/lib/libcblas.so: undefined reference to `ssyr_' /usr/local/lib/libcblas.so: undefined reference to `ssyr2k_' /usr/local/lib/libcblas.so: undefined reference to `dspr2_' /usr/local/lib/libcblas.so: undefined reference to `zher2_' /usr/local/lib/libcblas.so: undefined reference to `dtrsm_' /usr/local/lib/libcblas.so: undefined reference to `idamax_' /usr/local/lib/libcblas.so: undefined reference to `dtbsv_' /usr/local/lib/libcblas.so: undefined reference to `ctrmv_' /usr/local/lib/libcblas.so: undefined reference to `strmv_' /usr/local/lib/libcblas.so: undefined reference to `zaxpy_' /usr/local/lib/libcblas.so: undefined reference to `zher_' /usr/local/lib/libcblas.so: undefined reference to `ssymv_' /usr/local/lib/libcblas.so: undefined reference to `zhemm_' /usr/local/lib/libcblas.so: undefined reference to `dtrmv_' /usr/local/lib/libcblas.so: undefined reference to `zgerc_' /usr/local/lib/libcblas.so: undefined reference to `chemm_' /usr/local/lib/libcblas.so: undefined reference to `zher2k_' /usr/local/lib/libcblas.so: undefined reference to `ztpmv_' /usr/local/lib/libcblas.so: undefined reference to `zswap_' /usr/local/lib/libcblas.so: undefined reference to `dspmv_' /usr/local/lib/libcblas.so: undefined reference to `zsymm_' /usr/local/lib/libcblas.so: undefined reference to `ztrmm_' /usr/local/lib/libcblas.so: undefined reference to `dtbmv_' /usr/local/lib/libcblas.so: undefined reference to `dgemv_' /usr/local/lib/libcblas.so: undefined reference to `sgemv_' /usr/local/lib/libcblas.so: undefined reference to `chpr2_' /usr/local/lib/libcblas.so: undefined reference to `cdotu_' /usr/local/lib/libcblas.so: undefined reference to `ctpmv_' /usr/local/lib/libcblas.so: undefined reference to `cher2k_' /usr/local/lib/libcblas.so: undefined reference to `csymm_' /usr/local/lib/libcblas.so: undefined reference to `ztrsm_' /usr/local/lib/libcblas.so: undefined reference to `cherk_' /usr/local/lib/libcblas.so: undefined reference to `cdotc_' /usr/local/lib/libcblas.so: undefined reference to `dsbmv_' /usr/local/lib/libcblas.so: undefined reference to `csyrk_' /usr/local/lib/libcblas.so: undefined reference to `stpmv_' /usr/local/lib/libcblas.so: undefined reference to `chpmv_' /usr/local/lib/libcblas.so: undefined reference to `sger_' /usr/local/lib/libcblas.so: undefined reference to `cher2_' /usr/local/lib/libcblas.so: undefined reference to `zsyr2k_' /usr/local/lib/libcblas.so: undefined reference to `strsm_' /usr/local/lib/libcblas.so: undefined reference to `dznrm2_' /usr/local/lib/libcblas.so: undefined reference to `stbmv_' /usr/local/lib/libcblas.so: undefined reference to `chbmv_' /usr/local/lib/libcblas.so: undefined reference to `dsyr2_' /usr/local/lib/libcblas.so: undefined reference to `dsdot_' /usr/local/lib/libcblas.so: undefined reference to `zcopy_' /usr/local/lib/libcblas.so: undefined reference to `dspr_' /usr/local/lib/libcblas.so: undefined reference to `icamax_' /usr/local/lib/libcblas.so: undefined reference to `dsymv_' /usr/local/lib/libcblas.so: undefined reference to `zhemv_' /usr/local/lib/libcblas.so: undefined reference to `ssyrk_' /usr/local/lib/libcblas.so: undefined reference to `srotm_' /usr/local/lib/libcblas.so: undefined reference to `drot_' /usr/local/lib/libcblas.so: undefined reference to `ztbmv_' cc: error: linker command failed with exit code 1 (use -v to see invocation) cc /tmp/tmpFiVPVw/tmp/tmpFiVPVw/source.o -L/usr/local/lib -lblas -o /tmp/tmpFiVPVw/a.out /tmp/tmpFiVPVw/tmp/tmpFiVPVw/source.o: In function `main': source.c:(.text+0xd1): undefined reference to `cblas_ddot' cc: error: linker command failed with exit code 1 (use -v to see invocation) Traceback (most recent call last): File "<string>", line 1, in <module> File "setup.py", line 250, in <module> setup_package() File "setup.py", line 247, in setup_package setup(**metadata) File "/usr/local/lib/python2.7/site-packages/numpy/distutils/core.py", line 137, in setup config = configuration() File "setup.py", line 143, in configuration config.add_subpackage('scikits.umfpack') File "/usr/local/lib/python2.7/site-packages/numpy/distutils/misc_util.py", line 1036, in add_subpackage caller_level = 2) File "/usr/local/lib/python2.7/site-packages/numpy/distutils/misc_util.py", line 1005, in get_subpackage caller_level = caller_level + 1) File "/usr/local/lib/python2.7/site-packages/numpy/distutils/misc_util.py", line 942, in _get_configuration_from_setup_py config = setup_module.configuration(*args) File "scikits/umfpack/setup.py", line 27, in configuration blas_info = get_info('blas_opt') File "/usr/local/lib/python2.7/site-packages/numpy/distutils/system_info.py", line 448, in get_info return cl().get_info(notfound_action) File "/usr/local/lib/python2.7/site-packages/numpy/distutils/system_info.py", line 641, in get_info self.calc_info() File "/usr/local/lib/python2.7/site-packages/numpy/distutils/system_info.py", line 1661, in calc_info blas_info = get_info('blas') File "/usr/local/lib/python2.7/site-packages/numpy/distutils/system_info.py", line 448, in get_info return cl().get_info(notfound_action) File "/usr/local/lib/python2.7/site-packages/numpy/distutils/system_info.py", line 641, in get_info self.calc_info() File "/usr/local/lib/python2.7/site-packages/numpy/distutils/system_info.py", line 1697, in calc_info lib = self.has_cblas(info) File "/usr/local/lib/python2.7/site-packages/numpy/distutils/system_info.py", line 1740, in has_cblas extra_postargs=info.get('extra_link_args', [])) File "/usr/local/lib/python2.7/distutils/ccompiler.py", line 700, in link_executable debug, extra_preargs, extra_postargs, None, target_lang) File "/usr/local/lib/python2.7/distutils/unixccompiler.py", line 202, in link raise LinkError, msg distutils.errors.LinkError: Command "cc /tmp/tmpFiVPVw/tmp/tmpFiVPVw/source.o -L/usr/local/lib -lblas -o /tmp/tmpFiVPVw/a.out" failed with exit status 1 PR: 240937 Reported by: pkg-fallout
* math/py-pysparse: unbreak on non-LLD architectures after r515313jbeich2019-10-251-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | creating /tmp/tmp2txkG8/tmp creating /tmp/tmp2txkG8/tmp/tmp2txkG8 compile options: '-I/usr/include -I/usr/local/include -I/usr/local/include/suitesparse -c' cc: /tmp/tmp2txkG8/source.c cc /tmp/tmp2txkG8/tmp/tmp2txkG8/source.o -L/usr/local/lib -lcblas -o /tmp/tmp2txkG8/a.out /usr/local/lib/libcblas.so: undefined reference to `cgemv_' /usr/local/lib/libcblas.so: undefined reference to `cscal_' /usr/local/lib/libcblas.so: undefined reference to `sdot_' /usr/local/lib/libcblas.so: undefined reference to `dtrmm_' /usr/local/lib/libcblas.so: undefined reference to `zhpr_' /usr/local/lib/libcblas.so: undefined reference to `snrm2_' /usr/local/lib/libcblas.so: undefined reference to `zherk_' /usr/local/lib/libcblas.so: undefined reference to `sspmv_' /usr/local/lib/libcblas.so: undefined reference to `cswap_' /usr/local/lib/libcblas.so: undefined reference to `dswap_' /usr/local/lib/libcblas.so: undefined reference to `dgemm_' /usr/local/lib/libcblas.so: undefined reference to `ztrmv_' /usr/local/lib/libcblas.so: undefined reference to `zgbmv_' /usr/local/lib/libcblas.so: undefined reference to `ctbsv_' /usr/local/lib/libcblas.so: undefined reference to `dger_' /usr/local/lib/libcblas.so: undefined reference to `dtpsv_' /usr/local/lib/libcblas.so: undefined reference to `sspr_' /usr/local/lib/libcblas.so: undefined reference to `cher_' /usr/local/lib/libcblas.so: undefined reference to `caxpy_' /usr/local/lib/libcblas.so: undefined reference to `ztpsv_' /usr/local/lib/libcblas.so: undefined reference to `zscal_' /usr/local/lib/libcblas.so: undefined reference to `sswap_' /usr/local/lib/libcblas.so: undefined reference to `ctpsv_' /usr/local/lib/libcblas.so: undefined reference to `dzasum_' /usr/local/lib/libcblas.so: undefined reference to `daxpy_' /usr/local/lib/libcblas.so: undefined reference to `ctrsv_' /usr/local/lib/libcblas.so: undefined reference to `izamax_' /usr/local/lib/libcblas.so: undefined reference to `sasum_' /usr/local/lib/libcblas.so: undefined reference to `drotg_' /usr/local/lib/libcblas.so: undefined reference to `dsymm_' /usr/local/lib/libcblas.so: undefined reference to `zhpr2_' /usr/local/lib/libcblas.so: undefined reference to `stpsv_' /usr/local/lib/libcblas.so: undefined reference to `ssbmv_' /usr/local/lib/libcblas.so: undefined reference to `cgbmv_' /usr/local/lib/libcblas.so: undefined reference to `zhbmv_' /usr/local/lib/libcblas.so: undefined reference to `srotmg_' /usr/local/lib/libcblas.so: undefined reference to `cgemm_' /usr/local/lib/libcblas.so: undefined reference to `dtpmv_' /usr/local/lib/libcblas.so: undefined reference to `chemv_' /usr/local/lib/libcblas.so: undefined reference to `ssyr2_' /usr/local/lib/libcblas.so: undefined reference to `ctbmv_' /usr/local/lib/libcblas.so: undefined reference to `saxpy_' /usr/local/lib/libcblas.so: undefined reference to `drotm_' /usr/local/lib/libcblas.so: undefined reference to `dnrm2_' /usr/local/lib/libcblas.so: undefined reference to `ctrmm_' /usr/local/lib/libcblas.so: undefined reference to `ztbsv_' /usr/local/lib/libcblas.so: undefined reference to `dtrsv_' /usr/local/lib/libcblas.so: undefined reference to `zdotu_' /usr/local/lib/libcblas.so: undefined reference to `dsyr_' /usr/local/lib/libcblas.so: undefined reference to `srot_' /usr/local/lib/libcblas.so: undefined reference to `ccopy_' /usr/local/lib/libcblas.so: undefined reference to `zgeru_' /usr/local/lib/libcblas.so: undefined reference to `zhpmv_' /usr/local/lib/libcblas.so: undefined reference to `csyr2k_' /usr/local/lib/libcblas.so: undefined reference to `ctrsm_' /usr/local/lib/libcblas.so: undefined reference to `sscal_' /usr/local/lib/libcblas.so: undefined reference to `cgerc_' /usr/local/lib/libcblas.so: undefined reference to `dcopy_' /usr/local/lib/libcblas.so: undefined reference to `scnrm2_' /usr/local/lib/libcblas.so: undefined reference to `zgemm_' /usr/local/lib/libcblas.so: undefined reference to `sgbmv_' /usr/local/lib/libcblas.so: undefined reference to `sspr2_' /usr/local/lib/libcblas.so: undefined reference to `ztrsv_' /usr/local/lib/libcblas.so: undefined reference to `cgeru_' /usr/local/lib/libcblas.so: undefined reference to `dscal_' /usr/local/lib/libcblas.so: undefined reference to `dgbmv_' /usr/local/lib/libcblas.so: undefined reference to `chpr_' /usr/local/lib/libcblas.so: undefined reference to `zdscal_' /usr/local/lib/libcblas.so: undefined reference to `strmm_' /usr/local/lib/libcblas.so: undefined reference to `ssymm_' /usr/local/lib/libcblas.so: undefined reference to `zgemv_' /usr/local/lib/libcblas.so: undefined reference to `ddot_' /usr/local/lib/libcblas.so: undefined reference to `isamax_' /usr/local/lib/libcblas.so: undefined reference to `drotmg_' /usr/local/lib/libcblas.so: undefined reference to `zsyrk_' /usr/local/lib/libcblas.so: undefined reference to `stbsv_' /usr/local/lib/libcblas.so: undefined reference to `strsv_' /usr/local/lib/libcblas.so: undefined reference to `scasum_' /usr/local/lib/libcblas.so: undefined reference to `srotg_' /usr/local/lib/libcblas.so: undefined reference to `sdsdot_' /usr/local/lib/libcblas.so: undefined reference to `sgemm_' /usr/local/lib/libcblas.so: undefined reference to `scopy_' /usr/local/lib/libcblas.so: undefined reference to `zdotc_' /usr/local/lib/libcblas.so: undefined reference to `dsyr2k_' /usr/local/lib/libcblas.so: undefined reference to `dsyrk_' /usr/local/lib/libcblas.so: undefined reference to `csscal_' /usr/local/lib/libcblas.so: undefined reference to `dasum_' /usr/local/lib/libcblas.so: undefined reference to `ssyr_' /usr/local/lib/libcblas.so: undefined reference to `ssyr2k_' /usr/local/lib/libcblas.so: undefined reference to `dspr2_' /usr/local/lib/libcblas.so: undefined reference to `zher2_' /usr/local/lib/libcblas.so: undefined reference to `dtrsm_' /usr/local/lib/libcblas.so: undefined reference to `idamax_' /usr/local/lib/libcblas.so: undefined reference to `dtbsv_' /usr/local/lib/libcblas.so: undefined reference to `ctrmv_' /usr/local/lib/libcblas.so: undefined reference to `strmv_' /usr/local/lib/libcblas.so: undefined reference to `zaxpy_' /usr/local/lib/libcblas.so: undefined reference to `zher_' /usr/local/lib/libcblas.so: undefined reference to `ssymv_' /usr/local/lib/libcblas.so: undefined reference to `zhemm_' /usr/local/lib/libcblas.so: undefined reference to `dtrmv_' /usr/local/lib/libcblas.so: undefined reference to `zgerc_' /usr/local/lib/libcblas.so: undefined reference to `chemm_' /usr/local/lib/libcblas.so: undefined reference to `zher2k_' /usr/local/lib/libcblas.so: undefined reference to `ztpmv_' /usr/local/lib/libcblas.so: undefined reference to `zswap_' /usr/local/lib/libcblas.so: undefined reference to `dspmv_' /usr/local/lib/libcblas.so: undefined reference to `zsymm_' /usr/local/lib/libcblas.so: undefined reference to `ztrmm_' /usr/local/lib/libcblas.so: undefined reference to `dtbmv_' /usr/local/lib/libcblas.so: undefined reference to `dgemv_' /usr/local/lib/libcblas.so: undefined reference to `sgemv_' /usr/local/lib/libcblas.so: undefined reference to `chpr2_' /usr/local/lib/libcblas.so: undefined reference to `cdotu_' /usr/local/lib/libcblas.so: undefined reference to `ctpmv_' /usr/local/lib/libcblas.so: undefined reference to `cher2k_' /usr/local/lib/libcblas.so: undefined reference to `csymm_' /usr/local/lib/libcblas.so: undefined reference to `ztrsm_' /usr/local/lib/libcblas.so: undefined reference to `cherk_' /usr/local/lib/libcblas.so: undefined reference to `cdotc_' /usr/local/lib/libcblas.so: undefined reference to `dsbmv_' /usr/local/lib/libcblas.so: undefined reference to `csyrk_' /usr/local/lib/libcblas.so: undefined reference to `stpmv_' /usr/local/lib/libcblas.so: undefined reference to `chpmv_' /usr/local/lib/libcblas.so: undefined reference to `sger_' /usr/local/lib/libcblas.so: undefined reference to `cher2_' /usr/local/lib/libcblas.so: undefined reference to `zsyr2k_' /usr/local/lib/libcblas.so: undefined reference to `strsm_' /usr/local/lib/libcblas.so: undefined reference to `dznrm2_' /usr/local/lib/libcblas.so: undefined reference to `stbmv_' /usr/local/lib/libcblas.so: undefined reference to `chbmv_' /usr/local/lib/libcblas.so: undefined reference to `dsyr2_' /usr/local/lib/libcblas.so: undefined reference to `dsdot_' /usr/local/lib/libcblas.so: undefined reference to `zcopy_' /usr/local/lib/libcblas.so: undefined reference to `dspr_' /usr/local/lib/libcblas.so: undefined reference to `icamax_' /usr/local/lib/libcblas.so: undefined reference to `dsymv_' /usr/local/lib/libcblas.so: undefined reference to `zhemv_' /usr/local/lib/libcblas.so: undefined reference to `ssyrk_' /usr/local/lib/libcblas.so: undefined reference to `srotm_' /usr/local/lib/libcblas.so: undefined reference to `drot_' /usr/local/lib/libcblas.so: undefined reference to `ztbmv_' cc: error: linker command failed with exit code 1 (use -v to see invocation) cc /tmp/tmp2txkG8/tmp/tmp2txkG8/source.o -L/usr/local/lib -lblas -o /tmp/tmp2txkG8/a.out /tmp/tmp2txkG8/tmp/tmp2txkG8/source.o: In function `main': source.c:(.text+0x5c): undefined reference to `cblas_ddot' cc: error: linker command failed with exit code 1 (use -v to see invocation) Traceback (most recent call last): File "<string>", line 1, in <module> File "setup.py", line 163, in <module> setup_package() File "setup.py", line 153, in setup_package configuration=configuration, File "/usr/local/lib/python2.7/site-packages/numpy/distutils/core.py", line 137, in setup config = configuration() File "setup.py", line 62, in configuration config.add_subpackage('pysparse') File "/usr/local/lib/python2.7/site-packages/numpy/distutils/misc_util.py", line 1036, in add_subpackage caller_level = 2) File "/usr/local/lib/python2.7/site-packages/numpy/distutils/misc_util.py", line 1005, in get_subpackage caller_level = caller_level + 1) File "/usr/local/lib/python2.7/site-packages/numpy/distutils/misc_util.py", line 942, in _get_configuration_from_setup_py config = setup_module.configuration(*args) File "pysparse/setup.py", line 11, in configuration config.add_subpackage('sparse') File "/usr/local/lib/python2.7/site-packages/numpy/distutils/misc_util.py", line 1036, in add_subpackage caller_level = 2) File "/usr/local/lib/python2.7/site-packages/numpy/distutils/misc_util.py", line 1005, in get_subpackage caller_level = caller_level + 1) File "/usr/local/lib/python2.7/site-packages/numpy/distutils/misc_util.py", line 942, in _get_configuration_from_setup_py config = setup_module.configuration(*args) File "pysparse/sparse/setup.py", line 19, in configuration blas_info = get_info('blas_opt',0) File "/usr/local/lib/python2.7/site-packages/numpy/distutils/system_info.py", line 448, in get_info return cl().get_info(notfound_action) File "/usr/local/lib/python2.7/site-packages/numpy/distutils/system_info.py", line 641, in get_info self.calc_info() File "/usr/local/lib/python2.7/site-packages/numpy/distutils/system_info.py", line 1661, in calc_info blas_info = get_info('blas') File "/usr/local/lib/python2.7/site-packages/numpy/distutils/system_info.py", line 448, in get_info return cl().get_info(notfound_action) File "/usr/local/lib/python2.7/site-packages/numpy/distutils/system_info.py", line 641, in get_info self.calc_info() File "/usr/local/lib/python2.7/site-packages/numpy/distutils/system_info.py", line 1697, in calc_info lib = self.has_cblas(info) File "/usr/local/lib/python2.7/site-packages/numpy/distutils/system_info.py", line 1740, in has_cblas extra_postargs=info.get('extra_link_args', [])) File "/usr/local/lib/python2.7/distutils/ccompiler.py", line 700, in link_executable debug, extra_preargs, extra_postargs, None, target_lang) File "/usr/local/lib/python2.7/distutils/unixccompiler.py", line 202, in link raise LinkError, msg distutils.errors.LinkError: Command "cc /tmp/tmp2txkG8/tmp/tmp2txkG8/source.o -L/usr/local/lib -lblas -o /tmp/tmp2txkG8/a.out" failed with exit status 1 PR: 240937 Reported by: pkg-fallout
* math/py-levmar: Update 0.2.2 -> 0.2.3yuri2019-10-252-5/+4
| | | | Reported by: portscout
* - Resurrect math/octave-forge-fits. Add patches so it builds. Bump ↵stephen2019-10-248-2/+80
| | | | | | portrevision. - Default option FITS to on in math/octave-forge. Bump portrevision.
* - Update to 1.3.3.stephen2019-10-242-5/+4
|
* math/darknet: fix build on GCC architecturespkubaj2019-10-241-1/+1
| | | | | | | Use newer GCC: cc1: error: unrecognized command line option "-Wno-unused-result" Approved by: mentors (implicit approval)
* math/py-numpy: switch to OpenBLAS by defaultjbeich2019-10-241-1/+2
| | | | | | | | | Besides being faster consistently using the same BLAS implementation should improve stability in case of accidental ABI mismatch. PR: 240937 Approved by: maintainer timeout (2 weeks) MFH: 2019Q4
* math/rkward-kde: fix build on GCC architecturespkubaj2019-10-231-1/+2
| | | | | | | | | | | Needs C++11 compiler: The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1. Approved by: mentors (implicit approval)
* Update to 3.2.1sunpoet2019-10-232-7/+6
| | | | | Changes: https://bitbucket.org/rpy2/rpy2/src/default/NEWS https://github.com/rpy2/rpy2/blob/master/NEWS
* math/libtommath: update to 1.2.0gahr2019-10-222-9/+5
| | | | | Release notes: https://www.libtom.net/news/LTM_1.2.0/
* Revert r515077 and unbreak bulk -aantoine2019-10-223-13/+50
| | | | | Reported by: pkg-fallout Pointy hat: yuri
* Drop maintainershipbdrewery2019-10-221-1/+1
|
* - Update to 19.10.0amdmi32019-10-223-44/+4
| | | | | PR: 241129 Submitted by: phascolarctos@protonmail.ch (maintainer)
* math/py-networkx: Update 2.1 -> 2.4yuri2019-10-213-50/+13
| | | | | PR: 241352 Approved by: dikshie@sfc.wide.ad.jp (maintainer)
* math/libpgmath: also set the linux macrojmd2019-10-212-10/+16
|
* math/curv: Enabled the bundled version of REPLxx due to incompatibilities, ↵yuri2019-10-213-19/+25
| | | | | | | see the cited PR PR: 241205 Pointed out by: dmgk
* math/libpgmath: update to latest snapshotjmd2019-10-2120-315/+71
| | | | Bump LLVM requirement to devel/llvm70. Unify handling in port.
* Cosmetic changesunpoet2019-10-211-1/+1
|
* math/asymptote: fix plisttcberner2019-10-201-1/+0
| | | | | ===> Checking for items in pkg-plist which are not in STAGEDIR Error: Missing: share/info/asy-faq.info
* - Update devel/gdcm to 3.0.4.stephen2019-10-201-1/+1
| | | | - Bump portrevision of dependent ports.
* - Resurrect math/octave-forge-econometrics.stephen2019-10-205-2/+44
| | | | | | - Update to 1.1.2. - Change default of ECONOMETRICS in math/octave-forge to on. - Bump port revision for math/octave-forge.
* math/curv: Update 0.4-127 -> 0.4-333yuri2019-10-202-13/+12
|
* math/spectra: Spell TEST_DEPENDS correctlytobik2019-10-191-2/+2
|
* math/libtommath: Strip librarytobik2019-10-191-3/+1
| | | | Move unhooked post-install-SHARED-on target into post-install
* math/cocoalib: Drop unhooked BOOST_BUILD_DEPENDS helpertobik2019-10-191-1/+0
|
* math/casadi: Update 3.5.0 -> 3.5.1yuri2019-10-183-35/+35
| | | | Reported by: portscout
* - Update to 2.6.1.stephen2019-10-182-4/+4
|
* - Update to 2.4.13.stephen2019-10-182-5/+4
|
* math/arb: Update 2.16.0 -> 2.17.0yuri2019-10-173-6/+5
| | | | Reported by: portscout
* Fix packagingantoine2019-10-171-4/+0
|
* math/hpipm: fix build on non-x86pkubaj2019-10-161-1/+7
| | | | | | | | Don't enable AVX on non-x86. PR: 241242 Approved by: yuri (maintainer), linimon (mentor) Differential Revision: https://reviews.freebsd.org/D22024
* Remove expired ports:rene2019-10-1619-658/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2019-10-16 archivers/freetar: Unfetchable, unmaintained 2019-10-16 archivers/hffzip: Unfetchable, unmaintained 2019-10-16 archivers/hpack.non-usa.only: Unfetchable, unmaintained 2019-10-16 archivers/untar: Unfetchable, unmaintained 2019-10-16 astro/gpsdrive: Unfetchable, unmaintained 2019-10-16 astro/planets: Unfetchable, unmaintained 2019-10-16 audio/ascd: Unfetchable, unmaintained 2019-10-16 audio/audiotag: Unfetchable, unmaintained 2019-10-16 audio/gmidimonitor: Unfetchable, unmaintained 2019-10-16 audio/gmpc-lyricwiki: Unfetchable, unmaintained 2019-10-16 audio/jack_mixer: Unfetchable, unmaintained 2019-10-16 audio/jmusic: Unfetchable, unmaintained 2019-10-16 audio/maplay: Unfetchable, unmaintained 2019-10-16 audio/mbox: Unfetchable, unmaintained 2019-10-16 audio/nuvolaplayer: Unfetchable, unmaintained 2019-10-16 audio/vagalume: Unfetchable, unmaintained 2019-10-16 audio/wmsmixer: Unfetchable, unmaintained 2019-10-16 audio/xmms2-scrobbler: Unfetchable, unmaintained 2019-10-16 benchmarks/filebench: Unfetchable, unmaintained 2019-10-16 biology/chemeq: Unfetchable, unmaintained 2019-10-16 biology/linux-foldingathome: Unfetchable, unmaintained 2019-10-16 cad/dxf2fig: Unfetchable, unmaintained 2019-10-16 cad/gerbv: Unfetchable, unmaintained 2019-10-16 cad/ghdl: Unfetchable, unmaintained 2019-10-16 comms/gsmlib: Unfetchable, unmaintained 2019-10-16 comms/nokryptia: Unfetchable, unmaintained 2019-10-16 databases/mrtg-mysql-load: Unfetchable, unmaintained 2019-10-16 databases/postgres-xl: Unfetchable, unmaintained 2019-10-16 databases/wmjsql: Unfetchable, unmaintained 2019-10-16 deskutils/dlume: Unfetchable, unmaintained 2019-10-16 deskutils/gkrellm-reminder2: Unfetchable, unmaintained 2019-10-16 deskutils/ljit: Unfetchable, unmaintained 2019-10-16 deskutils/mdh: Unfetchable, unmaintained 2019-10-16 devel/atlassian-plugin-sdk: Unfetchable, unmaintained 2019-10-15 devel/bingo: Abandoned upstream 2019-10-16 devel/dprog: Unfetchable, unmaintained 2019-10-16 devel/eblob: Unfetchable, unmaintained 2019-10-16 devel/elftoaout: Unfetchable, unmaintained 2019-10-16 devel/fga: Unfetchable, unmaintained 2019-10-16 devel/fib: Unfetchable, unmaintained 2019-10-16 devel/flickrnet: Unfetchable, unmaintained 2019-10-16 devel/fujaba: Unfetchable, unmaintained 2019-10-16 devel/funnelweb: Unfetchable, unmaintained 2019-10-16 devel/genproto: Unfetchable, unmaintained 2019-10-16 devel/gitphp: Unfetchable, unmaintained 2019-10-16 devel/gnatcoll: Unfetchable, unmaintained 2019-10-16 devel/kimwitu: Unfetchable, unmaintained 2019-10-16 devel/libghthash: Unfetchable, unmaintained 2019-10-16 devel/lua-alien: Unfetchable, unmaintained 2019-10-16 devel/monotone-viz: Unfetchable, unmaintained 2019-10-16 devel/noweb: Unfetchable, unmaintained 2019-10-16 devel/p65: Unfetchable, unmaintained 2019-10-16 devel/py-fileutils: Unfetchable, unmaintained 2019-10-16 devel/py-mercurialserver: Unfetchable, unmaintained 2019-10-16 devel/py-pqueue: Unfetchable, unmaintained 2019-10-16 devel/pypersrc: Unfetchable, unmaintained 2019-10-16 devel/root-doc: Unfetchable, unmaintained 2019-10-16 devel/sfio: Unfetchable, unmaintained 2019-10-16 devel/styx: Unfetchable, unmaintained 2019-10-16 devel/tclmore: Unfetchable, unmaintained 2019-10-16 devel/umem: Unfetchable, unmaintained 2019-10-16 dns/ez-ipupdate: Unfetchable, unmaintained 2019-10-16 editors/zoinks: Unfetchable, unmaintained 2019-10-16 emulators/aftp: Unfetchable, unmaintained 2019-10-16 emulators/ia64sim: Unfetchable, unmaintained 2019-10-16 emulators/loemu: Unfetchable, unmaintained 2019-10-16 emulators/pipelight: Unfetchable, unmaintained 2019-10-16 finance/ledgersmb: Unfetchable, unmaintained 2019-10-16 ftp/atftp: Unfetchable, unmaintained 2019-10-16 ftp/cftp: Unfetchable, unmaintained 2019-10-16 games/arkanoidsb: Unfetchable, unmaintained 2019-10-16 games/balazar: Unfetchable, unmaintained 2019-10-16 games/blockade: Unfetchable, unmaintained 2019-10-16 games/cleanq3: Unfetchable, unmaintained 2019-10-16 games/conquest: Unfetchable, unmaintained 2019-10-16 games/crafty-tablebase-no-pawn: Unfetchable, unmaintained 2019-10-16 games/epiar: Unfetchable, unmaintained 2019-10-16 games/exmars: Unfetchable, unmaintained 2019-10-16 games/fteqw: Unfetchable, unmaintained 2019-10-16 games/gnake: Unfetchable, unmaintained 2019-10-16 games/gru: Unfetchable, unmaintained 2019-10-16 games/gtkpool: Unfetchable, unmaintained 2019-10-16 games/imaze: Unfetchable, unmaintained 2019-10-16 games/inform: Unfetchable, unmaintained 2019-10-16 games/iourbanterror: Unfetchable, unmaintained 2019-10-16 games/iourbanterror-server: Unfetchable, unmaintained 2019-10-16 games/jools: Unfetchable, unmaintained 2019-10-16 games/legends: Unfetchable, unmaintained 2019-10-16 games/linux-enemyterritory-etpro: Unfetchable, unmaintained 2019-10-16 games/linux-worldofgoo-demo: Unfetchable, unmaintained 2019-10-16 games/noegnud-data: Unfetchable, unmaintained 2019-10-16 games/poker-engine: Unfetchable, unmaintained 2019-10-16 games/ptools: Unfetchable, unmaintained 2019-10-16 games/pyawale: Unfetchable, unmaintained 2019-10-16 games/pysycache-lang: Unfetchable, unmaintained 2019-10-16 games/qmars: Unfetchable, unmaintained 2019-10-16 games/quake-reaper: Unfetchable, unmaintained 2019-10-16 games/quake3-ra3: Unfetchable, unmaintained 2019-10-16 games/sdlCC: Unfetchable, unmaintained 2019-10-16 games/speyes: Unfetchable, unmaintained 2019-10-16 games/vodovod: Unfetchable, unmaintained 2019-10-16 games/wmeyes: Unfetchable, unmaintained 2019-10-16 games/wmshuffle: Unfetchable, unmaintained 2019-10-16 games/xabacus: Unfetchable, unmaintained 2019-10-16 games/xpacman: Unfetchable, unmaintained 2019-10-16 games/xscorch: Unfetchable, unmaintained 2019-10-16 graphics/aeskulap: Unfetchable, unmaintained 2019-10-16 graphics/agave: Unfetchable, unmaintained 2019-10-16 graphics/cbview: Unfetchable, unmaintained 2019-10-16 graphics/copperspice: Unfetchable, unmaintained 2019-10-16 graphics/cthumb: Unfetchable, unmaintained 2019-10-16 graphics/fujiplay: Unfetchable, unmaintained 2019-10-16 graphics/gimp-ez-perspective-plugin: Unfetchable, unmaintained 2019-10-16 graphics/gimp-focusblur-plugin: Unfetchable, unmaintained 2019-10-16 graphics/gimp-jagged-border-script: Unfetchable, unmaintained 2019-10-16 graphics/gimp-manual-html: Unfetchable, unmaintained 2019-10-16 graphics/gimp-save-for-web: Unfetchable, unmaintained 2019-10-16 graphics/gimp-wavelet-denoise-plugin: Unfetchable, unmaintained 2019-10-16 graphics/gimp-wavelet-sharpen-plugin: Unfetchable, unmaintained 2019-10-16 graphics/giram: Unfetchable, unmaintained 2019-10-16 graphics/inventor: Unfetchable, unmaintained, Depends on expiring graphics/libGLw 2019-10-16 graphics/jpg2pdf: Unfetchable, unmaintained 2019-10-16 graphics/jpgraph2: Unfetchable, unmaintained 2019-10-16 graphics/makehuman: Unfetchable, unmaintained 2019-10-16 graphics/pstoepsi: Unfetchable, unmaintained 2019-10-16 graphics/xmandel: Unfetchable, unmaintained 2019-10-16 irc/minbif: Unfetchable, unmaintained 2019-10-16 japanese/VTPSfont: Unfetchable, unmaintained 2019-10-16 japanese/asterisk-sounds: Unfetchable, unmaintained 2019-10-16 japanese/cannadic: Unfetchable, unmaintained 2019-10-16 japanese/edict-utf-8: Unfetchable, unmaintained 2019-10-16 japanese/kpcal: Unfetchable, unmaintained 2019-10-16 japanese/multiskkserv: Unfetchable, unmaintained 2019-10-16 japanese/skkfep: Unfetchable, unmaintained 2019-10-16 java/eclipse-log4e: Unfetchable, unmaintained 2019-10-16 java/eclipse-lomboz: Unfetchable, unmaintained 2019-10-16 java/java-checkstyle: Unfetchable, unmaintained 2019-10-16 korean/baekmukfonts-ttf: Unfetchable, unmaintained 2019-10-16 korean/gtkcomm: Unfetchable, unmaintained 2019-10-16 lang/arena: Unfetchable, unmaintained 2019-10-16 lang/diveintopython: Unfetchable, unmaintained 2019-10-16 lang/modula3: Unfetchable, unmaintained 2019-10-16 lang/p2c: Unfetchable, unmaintained 2019-10-16 lang/quack: Unfetchable, unmaintained 2019-10-16 lang/stldoc: Unfetchable, unmaintained 2019-10-16 mail/altermime: Unfetchable, unmaintained 2019-10-16 mail/autosig: Unfetchable, unmaintained 2019-10-16 mail/gkrellmmailwatch2: Unfetchable, unmaintained 2019-10-16 mail/mboxcheck-applet: Unfetchable, unmaintained 2019-10-16 mail/nmzmail: Unfetchable, unmaintained 2019-10-16 mail/poppy: Unfetchable, unmaintained 2019-10-16 mail/prom-wl: Unfetchable, unmaintained 2019-10-16 mail/py-apolicy: Unfetchable, unmaintained 2019-10-16 mail/spamdb-curses: Unfetchable, unmaintained 2019-10-16 mail/xlbiff: Unfetchable, unmaintained 2019-10-16 math/algotutor: Unfetchable, unmaintained 2019-10-16 math/nyh-hoc: Unfetchable, unmaintained 2019-10-16 math/superlu_mt: Unfetchable, unmaintained 2019-10-16 math/testu01: Unfetchable, unmaintained 2019-10-16 misc/astrolog: Unfetchable, unmaintained 2019-10-16 misc/chord2html: Unfetchable, unmaintained 2019-10-16 misc/crosspad: Unfetchable, unmaintained 2019-10-16 misc/detachtty: Unfetchable, unmaintained 2019-10-16 misc/dphys-config: Unfetchable, unmaintained 2019-10-16 misc/dvorakng: Unfetchable, unmaintained 2019-10-16 misc/gctpc: Unfetchable, unmaintained 2019-10-16 misc/gkrellm-helium: Unfetchable, unmaintained 2019-10-16 misc/gkrellweather2: Unfetchable, unmaintained 2019-10-16 misc/linm: Unfetchable, unmaintained 2019-10-16 misc/mc-light: Unfetchable, unmaintained 2019-10-16 misc/newer: Unfetchable, unmaintained 2019-10-16 misc/telbook: Unfetchable, unmaintained 2019-10-16 misc/valspeak: Unfetchable, unmaintained 2019-10-16 misc/xd: Unfetchable, unmaintained 2019-10-16 multimedia/audiopreview: Unfetchable, unmaintained 2019-10-16 multimedia/dvts: Unfetchable, unmaintained 2019-10-16 multimedia/gcfilms: Unfetchable, unmaintained 2019-10-16 multimedia/kissdx: Unfetchable, unmaintained 2019-10-16 multimedia/playd: Unfetchable, unmaintained 2019-10-16 multimedia/subtitleeditor: Unfetchable, unmaintained 2019-10-16 multimedia/umr: Unfetchable, unmaintained 2019-10-16 net/bluemix-cli: Unfetchable, unmaintained 2019-10-16 net/boclient: Unfetchable, unmaintained 2019-10-16 net/csync2: Unfetchable, unmaintained 2019-10-16 net/dictd-database: Unfetchable, unmaintained 2019-10-16 net/gtic: Unfetchable, unmaintained 2019-10-16 net/hidentd: Unfetchable, unmaintained 2019-10-16 net/ldap2dns: Unfetchable, unmaintained 2019-10-16 net/libmxp: Unfetchable, unmaintained 2019-10-16 net/librouteros: Unfetchable, unmaintained 2019-10-16 net/nettest: Unfetchable, unmaintained 2019-10-16 net/py-netstring: Unfetchable, unmaintained 2019-10-16 net/radiusd-cistron: Unfetchable, unmaintained 2019-10-16 net/rtptools: Unfetchable, unmaintained 2019-10-16 net/smbldap-tools: Unfetchable, unmaintained 2019-10-16 net/tcptrace: Unfetchable, unmaintained 2019-10-16 net/wackford-squeers: Unfetchable, unmaintained 2019-10-16 net/wmnet2: Unfetchable, unmaintained 2019-10-16 net-im/pidgin-birthday-reminder: Unfetchable, unmaintained 2019-10-16 net-im/pidgin-pidgimpd: Unfetchable, unmaintained 2019-10-16 net-im/poezio: Unfetchable, unmaintained 2019-10-16 net-mgmt/bsnmp-jails: Unfetchable, unmaintained 2019-10-16 net-mgmt/iog: Unfetchable, unmaintained 2019-10-16 net-mgmt/lanmap: Unfetchable, unmaintained 2019-10-16 net-mgmt/nagios-spamd-plugin: Unfetchable, unmaintained 2019-10-16 net-mgmt/nefu: Unfetchable, unmaintained 2019-10-16 net-mgmt/pixilate: Unfetchable, unmaintained 2019-10-16 net-mgmt/slate: Unfetchable, unmaintained 2019-10-16 net-mgmt/weplab: Unfetchable, unmaintained 2019-10-16 net-p2p/bnbt: Unfetchable, unmaintained 2019-10-16 net-p2p/btpd: Unfetchable, unmaintained 2019-10-16 net-p2p/gkremldk: Unfetchable, unmaintained 2019-10-16 news/newscache: Unfetchable, unmaintained 2019-10-16 news/nntpbtr: Unfetchable, unmaintained 2019-10-16 news/slrnconf: Unfetchable, unmaintained 2019-10-16 news/xpn: Unfetchable, unmaintained 2019-10-16 polish/ekg: Unfetchable, unmaintained 2019-10-16 polish/ekg2: Unfetchable, unmaintained 2019-10-16 ports-mgmt/fastest_sites: Unfetchable, unmaintained 2019-10-16 ports-mgmt/pkg-plist: Unfetchable, unmaintained 2019-10-16 ports-mgmt/symports: Unfetchable, unmaintained 2019-10-16 print/poster: Unfetchable, unmaintained 2019-10-16 russian/d1489: Unfetchable, unmaintained 2019-10-16 science/metaf2xml: Unfetchable, unmaintained 2019-10-16 security/authforce: Unfetchable, unmaintained 2019-10-16 security/avcheck: Unfetchable, unmaintained 2019-10-16 security/digest: Unfetchable, unmaintained 2019-10-16 security/fpm2: Unfetchable, unmaintained 2019-10-16 security/fwipe: Unfetchable, unmaintained 2019-10-16 security/gnome-password-generator: Unfetchable, unmaintained 2019-10-16 security/httprint: Unfetchable, unmaintained 2019-10-16 security/ike-scan: Unfetchable, unmaintained 2019-10-16 security/ipfwcount: Unfetchable, unmaintained 2019-10-16 security/libsparkcrypto: Unfetchable, unmaintained 2019-10-16 security/md4coll: Unfetchable, unmaintained 2019-10-16 security/md5coll: Unfetchable, unmaintained 2019-10-16 security/osiris: Unfetchable, unmaintained 2019-10-16 security/ranpwd: Unfetchable, unmaintained 2019-10-16 security/rdigest: Unfetchable, unmaintained 2019-10-16 security/smap: Unfetchable, unmaintained 2019-10-16 security/sshblock: Unfetchable, unmaintained 2019-10-16 shells/bashc: Unfetchable, unmaintained 2019-10-16 shells/flash: Unfetchable, unmaintained 2019-10-16 sysutils/cotty: Unfetchable, unmaintained 2019-10-16 sysutils/dt: Unfetchable, unmaintained 2019-10-16 sysutils/gkrellfire: Unfetchable, unmaintained 2019-10-16 sysutils/log_analysis: Unfetchable, unmaintained 2019-10-16 sysutils/mksunbootcd: Unfetchable, unmaintained 2019-10-16 sysutils/rfstool: Unfetchable, unmaintained 2019-10-16 sysutils/skill: Unfetchable, unmaintained 2019-10-16 sysutils/sloth: Unfetchable, unmaintained 2019-10-16 sysutils/snowlog: Unfetchable, unmaintained 2019-10-16 sysutils/wmfire: Unfetchable, unmaintained 2019-10-16 sysutils/xbattbar: Unfetchable, unmaintained 2019-10-16 textproc/bedic-data: Unfetchable, unmaintained 2019-10-16 textproc/clit: Unfetchable, unmaintained 2019-10-16 textproc/docbook-tdg: Unfetchable, unmaintained 2019-10-16 textproc/emacs-wiki: Depends on expiring ports 2019-10-16 textproc/htmlize.el: Unfetchable, unmaintained 2019-10-16 textproc/libflate: Unfetchable, unmaintained 2019-10-16 textproc/mguesser: Unfetchable, unmaintained 2019-10-16 textproc/opensched: Unfetchable, unmaintained 2019-10-16 textproc/opentoken: Unfetchable, unmaintained 2019-10-16 textproc/rot: Unfetchable, unmaintained 2019-10-16 textproc/rtfx: Unfetchable, unmaintained 2019-10-16 textproc/supercat: Unfetchable, unmaintained 2019-10-16 textproc/xml_ez_out: Unfetchable, unmaintained 2019-10-16 textproc/xmldiff: Unfetchable, unmaintained 2019-10-16 textproc/xqilla: Unfetchable, unmaintained 2019-10-16 www/WebMagick: Unfetchable, unmaintained 2019-10-16 www/bins: Unfetchable, unmaintained 2019-10-16 www/blogsum: Unfetchable, unmaintained 2019-10-16 www/boa: Unfetchable, unmaintained 2019-10-16 www/cgihtml: Unfetchable, unmaintained 2019-10-16 www/cgiparse: Unfetchable, unmaintained 2019-10-16 www/flot: Unfetchable, unmaintained 2019-10-16 www/ftasv: Unfetchable, unmaintained 2019-10-16 www/hastymail2-devel: Unfetchable, unmaintained 2019-10-16 www/htmlpp: Unfetchable, unmaintained 2019-10-16 www/http-analyze: Unfetchable, unmaintained 2019-10-16 www/junkbuster: Unfetchable, unmaintained 2019-10-16 www/links-hacked: Unfetchable, unmaintained 2019-10-16 www/llgal: Unfetchable, unmaintained 2019-10-16 www/mgstat: Unfetchable, unmaintained 2019-10-16 www/php-screw: Unfetchable, unmaintained 2019-10-16 www/phproxy: Unfetchable, unmaintained 2019-10-16 www/py-prewikka: Unfetchable, unmaintained 2019-10-16 www/redmine-backlogs: Unfetchable, unmaintained 2019-10-16 www/swfdec-plugin: Unfetchable, unmaintained 2019-10-16 www/swish-e: Unfetchable, unmaintained 2019-10-16 x11/blast: Unfetchable, unmaintained 2019-10-16 x11/dynamag: Unfetchable, unmaintained 2019-10-16 x11/xcurs: Unfetchable, unmaintained 2019-10-16 x11/xscreensaver-gnome: Unfetchable, unmaintained 2019-10-16 x11/xscreensaver-gnome-hacks: Unfetchable, unmaintained 2019-10-16 x11-clocks/cairo-clock: Unfetchable, unmaintained 2019-10-16 x11-clocks/pclock: Unfetchable, unmaintained 2019-10-16 x11-clocks/stopwatch: Unfetchable, unmaintained 2019-10-16 x11-clocks/wmfuzzy: Unfetchable, unmaintained 2019-10-16 x11-fm/emelfm2: Unfetchable, unmaintained 2019-10-16 x11-fm/ezfm: Unfetchable, unmaintained 2019-10-16 x11-fm/ultracopier: Unfetchable, unmaintained 2019-10-16 x11-fm/xplore: Unfetchable, unmaintained 2019-10-16 x11-fonts/indic-ttf: Unfetchable, unmaintained 2019-10-16 x11-fonts/pingwi: Unfetchable, unmaintained 2019-10-16 x11-themes/cursor-ecliz: Unfetchable, unmaintained 2019-10-16 x11-themes/cursor-grounation-theme: Unfetchable, unmaintained 2019-10-16 x11-themes/cursor-neutral-theme: Unfetchable, unmaintained 2019-10-16 x11-themes/cursor-polar-theme: Unfetchable, unmaintained 2019-10-16 x11-themes/gtk-envy-theme: Unfetchable, unmaintained 2019-10-16 x11-themes/gtk-equinox-engine: Unfetchable, unmaintained 2019-10-16 x11-themes/gtk-qnxtheme: Unfetchable, unmaintained 2019-10-16 x11-themes/plank-theme-moka: Unfetchable, unmaintained 2019-10-15 x11-toolkits/swt-devel: Obsolete. Superseded by x11-toolkits/swt 2019-10-16 x11-wm/genmenu: Unfetchable, unmaintained 2019-10-16 x11-wm/musca: Unfetchable, unmaintained 2019-10-16 x11-wm/weewm: Unfetchable, unmaintained 2019-10-16 x11-wm/windowlab: Unfetchable, unmaintained 2019-10-16 x11-wm/wmfs: Unfetchable, unmaintained
* math/sundials: drop optional dependency on expired math/superlu_mtrene2019-10-161-10/+1
|
* KDE Applications: update to 19.08.2tcberner2019-10-1610-26/+24
| | | | | | | | Announcement: https://kde.org/announcements/announce-applications-19.08.2.php Changelog: https://kde.org/announcements/fulllog_applications-aether.php?version=19.08.2
* math/gfan: fix build on 13.0-CURRENTswills2019-10-161-0/+3
| | | | | PR: 241194 Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer)
* math/metis: assign maintainershipswills2019-10-151-43/+27
| | | | | | | While here, clean up PR: 241203 Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch>
* math/py-rpy2: fix build on GCC architecturespkubaj2019-10-141-1/+1
| | | | | | | | Use C11 compiler: rpy2/rinterface_lib/R_API_eventloop.h:24: error: redefinition of typedef 'InputHandler' rpy2/rinterface_lib/R_API_eventloop.h:6: error: previous declaration of 'InputHandler' was here Approved by: mentors (implicit approval)
* math/math77: fix build on GCC architecturespkubaj2019-10-142-3/+3
| | | | | | | Don't use -march=native, it breaks compilation with GCC. Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D21995
* math/py-spectral: Update 0.19 -> 0.20yuri2019-10-132-5/+4
| | | | Reported by: portscout
* math/py-chaospy: Update 3.0.6 -> 3.0.12yuri2019-10-132-4/+7
| | | | Reported by: portscout
* math/tvm: Use skipv instead of ignore in the PORTSCOUT tag because ignore ↵yuri2019-10-131-1/+1
| | | | doesn't seem to work
* math/flann: remove -mminimal-tocpkubaj2019-10-121-2/+0
| | | | | | | Builds fine without it. PR: 240977 Approved by: linimon (mentor), portmgr (removing architecture-specific workarounds)
* math/py-cryptominisat: Drop nop PYDISTUTILS_BUILDTARGETtobik2019-10-121-2/+0
| | | | | Should have been PYDISTUTILS_BUILD_TARGET but it appears to not be needed.
* math/nanoflann: Update 1.3.0 -> 1.3.1yuri2019-10-122-4/+4
| | | | Reported by: portscout
* - Update to 0.9.800.1.0tota2019-10-112-4/+4
|
* - Update to 0.6-5tota2019-10-112-4/+4
|
* math/elpa: Update 2019.05.001 -> 2019.05.002yuri2019-10-103-17/+22
| | | | Reported by: portscout
* math/gretl: fix build on GCC architecturespkubaj2019-10-091-2/+2
| | | | | | | | | Don't unconditionally use libomp, it breaks build on GCC architectures. Instead set USES=compiler:openmp. PR: 241099 Approved by: yuri (maintainer), linimon (mentor)
* - Fix pkg-plistnivit2019-10-082-10/+83
| | | | - Bump PORTREVISION
* math/py-fastdtw: Update 0.3.2 -> 0.3.4yuri2019-10-082-5/+4
| | | | Reported by: portscout
* math/casadi: Update 3.4.5-49 -> 3.5.0yuri2019-10-083-7/+32
| | | | Reported by: portscout
* math/giacxcas: Update 1.5.0-63 -> 1.5.0-67yuri2019-10-083-6/+9
| | | | Reported by: portscout
* math/tvm: Change PORTSCOUT to ignore:0.5yuri2019-10-081-1/+1
| | | | | ignore:v0.5 didn't work even though portscout said that 'v0.5' is a new version. Trying ignore:0.5.
* - Update devel/gdcm to 3.0.3.stephen2019-10-081-1/+1
| | | | - Bump portrevision of dependent ports.
* - Update to 1.7.8.stephen2019-10-083-5/+5
|
* math/libnormaliz: Update to 3.8.1swills2019-10-082-5/+4
| | | | | PR: 240924 Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer)
* math/ntl: update to 11.4.0swills2019-10-083-7/+6
| | | | | PR: 240988 Submitted by: Nathan <ndowens04@gmail.com> (maintainer)
* math/math77: Reset maintainershipkoobs2019-10-071-1/+1
| | | | | | PR: 241113 Submitted by: Anton Shterenlikht <as cmplx uk> (maintainer) MFH: 2019Q4
* - Update to 2.56nivit2019-10-075-30/+19
|
* math/cppad: Update 20190200.4 -> 20190200.5yuri2019-10-072-4/+4
| | | | Reported by: portscout
* math/darknet: Add options OPENCV and OPENMPyuri2019-10-071-3/+16
|
* math/darknet: Fix port version that was erroneous in the initial commityuri2019-10-072-6/+5
|
* rename most cases of jakarta- to apache-pfg2019-10-071-3/+3
| | | | | | | | | | | | The Apache Softare Foundation used to maintain an umbrella project named Jakarta but it was retired on 2011. This name now conflicts with the new name for Java EE under the Eclipse Foundation. Rename most of the packages to be more consistent. Some other packages remain but they will require intervention by their corresponding maintainers. Approved by: thierry (mentor), makc Differential Revision: https://reviews.freebsd.org/D21902
* New port: math/darknet: Open source neural networks in Cyuri2019-10-074-0/+45
|
* math/tvm: Update 0.4-1440-g347e3d9d -> 0.4-1614-gd703fb4eyuri2019-10-073-6/+12
|
* - Update to 1.1.5tota2019-10-062-6/+5
|
* math/lis: Update 2.0.19 -> 2.0.20yuri2019-10-062-5/+4
| | | | Reported by: portscout
* math/mppp: Update 0.16 -> 0.17yuri2019-10-063-7/+6
| | | | Reported by: portscout
* New port: math/gemmlowp: Low-precision matrix multiplication libraryyuri2019-10-055-0/+114
|
* devel/google{test,mock}: update to 1.10.0jbeich2019-10-051-1/+1
| | | | | | | | | | | | | - Drop static library - Drop gtest-config and gmock-config - Drop GTEST_LIB_CHECK autoconf macro - Drop gmock_doctory.py as it's too old - Expose tests via option Changes: https://github.com/google/googletest/compare/release-1.8.1...release-1.10.0 Reported by: GitHub (watch releases) PR: 239654 Differential Revision: https://reviews.freebsd.org/D19430
* math/tmv: fix build on GCC architecturespkubaj2019-10-052-5/+3
| | | | | | | | | Instead of depending on libomp, set USES=compiler:openmp. Also don't link to libomp. PR: 241050 Approved by: linimon (mentor), yuri (maintainer)
* devel/icu: update to 65.1jbeich2019-10-043-2/+3
| | | | | Changes: http://site.icu-project.org/download/65 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
* New port: math/mcsimpi2019-10-035-0/+143
| | | | | | | | | | | | | | GNU MCSim is a simulation package, written in C, which allows you to: * design and run your own statistical or simulation models * perform Monte Carlo stochastic simulations * do Bayesian inference through Markov Chain Monte Carlo simulations * formally optimize experimental designs WWW: https://www.gnu.org/software/mcsim/ PR: 240966 Submitted by: Alessandro Sagratini <ale_sagra@hotmail.com>
* math/xfce4-calculator-plugin: fix build on GCC architecturespkubaj2019-10-021-2/+2
| | | | | | | | | | Use C11 compiler: In file included from /usr/local/include/xfce4/libxfce4util/libxfce4util.h:33, from calculator.c:29: /usr/local/include/xfce4/libxfce4util/xfce-kiosk.h:37: error: redefinition of typedef 'XfceKiosk' /usr/local/include/xfce4/libxfce4util/xfce-kiosk.h:35: error: previous declaration of 'XfceKiosk' was heremv -f .deps/libcalculator_la-lexer.Tpo .deps/libcalculator_la-lexer.Plo Approved by: mentors (implicit approval)
* math/singular: Assign back to poolmeta2019-10-021-1/+1
| | | | | | due to email bounces and maintainer quit maintaining the port. Reported by: maintainer's supervisor (via Facebook)
* math/ngraph: Fix buildzeising2019-10-022-4/+4
| | | | | | | | Fix build by not trying to link against libXp (since it is deprecated). Add missing xorg dependencies. remove broken MFH: 2019Q4
* Mark BROKEN: fails to linkantoine2019-10-021-0/+2
| | | | | | | | cc -o ngraph x11/main.o x11/x11.a src/kern.a -L/usr/local/lib -lXm -lm -L/usr/local/lib -lXext -lXt -lXp -lX11 -lICE -lSM /usr/bin/ld: cannot find -lXp Reported by: pkg-fallout MFH: 2019Q4
* math/superlu: Spell opt_CMAKE_ON correctlytobik2019-10-021-5/+5
| | | | Unbreak ATLAS, GOTOBLAS, OPENBLAS, REFERENCE options.
* - Update to 2.7-2tota2019-10-022-5/+4
|
* Qt5 update to 5.13.0tcberner2019-10-011-2/+3
| | | | | | | | | For new features, check: https://wiki.qt.io/New_Features_in_Qt_5.13 Thanks to adridg who helped to fix a lot of packages. Exp-run by: antoine PR: 238782
* math/suitesparse: simplifyjbeich2019-09-302-77/+77
| | | | | | | | | | | | | | | | - Allow using Clang again (base libomp.so or OpenMP disabled) - Respect C++ library if using GCC (must be libc++ on Clang architectures) - Respect CFLAGS/CXXFLAGS in subdirectories using CMake - Respect BLAS/LAPACK choice (actually use OpenBLAS) - Enable Intel threading building blocks support - Switch to vendor build/install targets - Adjust plist for new items (GraphBLAS, Mongoose, DOCS) - Skip running demos during build PR: 240899 Tested by: pkubaj Approved by: fortran (thierry) MFH: 2019Q4
* Update to 3.2.0sunpoet2019-09-303-13/+16
| | | | | Changes: https://bitbucket.org/rpy2/rpy2/src/default/NEWS https://github.com/rpy2/rpy2/blob/master/NEWS
* - Update to 0.3.2tota2019-09-292-5/+4
|
* - Update to 1.1-3tota2019-09-292-5/+4
|
* - Update devel/gdcm to 3.0.2.stephen2019-09-291-1/+1
| | | | - Bump portrevision of dependent ports.
* - Update to 0.1.4.stephen2019-09-292-4/+4
|
* - Update to 0.8-0tota2019-09-292-5/+5
|
* math/ceres-solver: builds fine with python3.6jbeich2019-09-291-1/+1
| | | | https://github.com/ceres-solver/ceres-solver/commit/2ad14b7a616c
* math/py-spot: Update 2.8.1 -> 2.8.2yuri2019-09-282-4/+4
| | | | Reported by: portscout
* math/spot: Update 2.8.1 -> 2.8.2yuri2019-09-282-4/+4
| | | | Reported by: portscout
* math/py-onnx: Update 1.5.0 -> 1.6.0yuri2019-09-283-16/+6
| | | | Reported by: portscout
* math/onnx: Update 1.5.0 -> 1.6.0yuri2019-09-283-4/+10
| | | | Reported by: portscout
* - Update to 0.1.7tota2019-09-282-6/+6
|
* Drop verbose flag for CTest after r444324jbeich2019-09-281-1/+1
| | | | ninja: error: unknown target 'ARGS=-V'
* math/suitesparse: force rebuild after r512983jbeich2019-09-271-1/+1
| | | | RUN_DEPENDS switched from devel/openmp to lang/gcc9.
* - Update to 0.9.700.2.0tota2019-09-272-5/+4
|
* - Update to 2.1-0tota2019-09-272-6/+5
|
* Revert to r512240.thierry2019-09-271-2/+1
| | | | Reported by: jbeich
* math/py-pandas-datareader: update to 0.8.1swills2019-09-272-4/+4
| | | | | PR: 240829 Submitted by: Shane <FreeBSD@ShaneWare.Biz> (maintainer)
* Update devel/tbb to 2019.8 and bump dependent ports' revisionsmartymac2019-09-255-5/+5
| | | | Changelog: https://github.com/intel/tbb/blob/tbb_2019/CHANGES
* - Update to 1.7.7.stephen2019-09-253-5/+5
|
* - Update to 0.2.1tota2019-09-242-5/+9
|
* math/pdal: Update to 2.0.1swills2019-09-246-89/+46
| | | | | PR: 240693 Submitted by: Loïc Bartoletti <lbartoletti@tuxfamily.org> (maintainer)
* math/exprtk: Update g20190717 -> g20190906yuri2019-09-232-5/+5
|
* Explicitely depend on OMP.thierry2019-09-221-0/+2
|
* math/z3: Update to 4.8.6.arrowd2019-09-223-17/+9
|
* Appease portlint.linimon2019-09-221-2/+2
|
* Remove hardcoding from 2013 and replace it with the modern equivalent.linimon2019-09-221-11/+2
| | | | | | | | Found while working on powerpc64. Tested on: amd64, powerpc64. Approved by: portmgr (tier-2 blanket)
* devel/openmp: update to 9.0.0jbeich2019-09-2218-13/+18
| | | | | | | | - Connect tests to the framework to help QA remaining patches - Force rebuild all consumers after https://reviews.llvm.org/D59783 Changes: http://llvm.org/viewvc/llvm-project/openmp/tags/RELEASE_900/final/?view=log ABI: https://abi-laboratory.pro/tracker/timeline/llvm_openmp/
* math/rumur: Update 2019.08.18 -> 2019.09.15yuri2019-09-222-4/+4
| | | | Reported by: portscout
* math/py-gau2grid: Update 1.3.1 -> 2.0.1yuri2019-09-214-8/+6
| | | | Reported by: portscout
* math/gau2grid: Update 1.3.1 -> 2.0.1yuri2019-09-212-7/+4
| | | | Reported by: portscout
* Switch default devel/llvm* to 90jbeich2019-09-211-1/+1
| | | | | | PR: 239682 Reviewed by: tobik Differential Revision: https://reviews.freebsd.org/D21172
* Welcome PHP 7.4 RC 1 in the ports-tree.tz2019-09-203-0/+24
| | | | | | | | | | | | | | | | There are many greater changes including: - New module ffi - Remove interbase module - Remove recode module - Remove wddx module - Many modules changes the build switches - Many modules changes the config format, so patches needed to be recreated Special thanks to tobik and ale for their support. Reviewed by: tobik, ale, joneum Sponsored by: PHP Update Service Differential Revision: https://reviews.freebsd.org/D21349
* Re-enable parallel build.thierry2019-09-201-2/+3
| | | | Submitted by: jkim
* Fix on -CURRENT.thierry2019-09-201-1/+1
| | | | | PR: 240672 Reported by: ohartmann (at) walstatt.org
* Welcome XFCE 4.14 to the FreeBSD ports treemadpilot2019-09-201-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - This XFCE release uses almost exclusively gtk3, so the USES=xfce now defaults to gtk3 - Make x11-themes/gtk-xfce-engine an optional dependency(disabled by default), it only supports gtk2, so would leave miost of this XFCE version unthemed. - Add Greybird as an optional and enabled dependency as a modern theme supporting both GTK versions and all other XFCE parts - The xfce4-vala port is deprecated and removed. The VALA bindings are available in the library ports using the GIR and VAPI options (on by default) - Fixed various missing library and portlint warnings (portmgr fixit blanket) - Default Display Manager changed to lightdm (Thanks to woodsb02 for help) - Add x11/xfce4-screensaver as an optional dependency to the xfce4-goodies (enabled by default) - Remove dependency on x11-fm/thunar-vfs and deprecate the port. It is EOL upstream and the functionality is included in thunar itself Update: - Added back sysutils/xfce4-places-plugin, updated to 1.8.1 - archivers/thunar-archive-plugin to 0.4.0 - audio/thunar-media-tags-plugin to 0.3.0 - audio/xfce4-mpc-plugin to 0.5.2 - audio/xfce4-pulseaudio-plugin to 0.4.2 - deskutils/xfce4-tumbler to 0.2.7 - devel/thunar-vcs-plugin to 0.2.0 [1] - devel/xfce4-dev-tools to 4.14.0 - misc/xfce4-appfinder to 4.14.0 - misc/xfce4-weather-plugin to 0.10.0 - multimedia/xfce4-parole to 1.0.4 - sysutils/gigolo to 0.5.0 - sysutils/xfce4-battery-plugin to 1.1.3 - sysutils/xfce4-fsguard-plugin to 1.1.1 - sysutils/xfce4-netload-plugin to 1.3.2 - sysutils/xfce4-power-manage to 1.6.5 - sysutils/xfce4-settings 4.14.1 - sysutils/xfce4-systemload-plugin to 1.2.3 - sysutils/xfce4-wavelan-plugin to 0.6.1 - www/xfce4-smartbookmark-plugin to 0.5.1 - x11-clocks/xfce4-datetime-plugin to 0.8.0 - Added new xfce4-stopwatch-plugin, version 0.3.1 - x11-clocks/xfce4-timer-out-plugin to 1.0.3 - x11-fm/thunar to 1.8.9 - x11-wm/xfce4-desktop to 4.14.1 - x11-wm/xfce4-panel to 4.14.0 - x11-wm/xfce4-session to 4.14.0 - x11-wm/xfce4-wm to 4.14.0 - x11/libexo to 0.12.8 - x11/libxfce4menu to 4.14.1 - x11/libxfce4util to 4.14.0 - x11/xfce4-conf to 4.14.1 - x11/xfce4-dashboard to 0.7.5 - x11/xfce4-screensaver to 0.1.8 - x11/xfce4-screenshooter-plugin to 1.9.6 - x11/xfce4-verve-plugin to 2.0.0 Thanks to: Olivier Duchateau <duchateau.olivier@gmail.com> PR: 240236 Exp-run by: antoine Tested by: sbruno Approved by: sergey.dyatko@gmail.com (maintainer timeout via email), portmgr (fixit blanket, port breaks with new Thunar if not updated) [1] Differential Revision: https://reviews.freebsd.org/D21278
* math/R: Fix dependency condition for devel/openmpjrm2019-09-201-11/+27
| | | | | | | | | | | | | | | | | | | | | libomp is provided by - LLVM, which gets pulled in with FLANG - gcc So, we *must* only depend on devel/openmp when - the OPENMP knob is on - FLANG is off (guaranteed to be off for all archs except amd64) - clang is the C compiler. But, we cannot modify LIB_DEPENDS after CHOSEN_COMPILER_TYPE is defined, so for now, limit the OPENMP knob for i386 and amd64 where clang is the default compiler. This will be moot after 12.1 when openmp will be in base. PR: 240279 Reported by: pkubaj Reviewed by: pkubaj
* math/casadi: fix build on GCC architecturespkubaj2019-09-202-2/+3
| | | | | | | | | Use C++11 compiler: Cannot enable C++11 features. Use it also for math/ipopt to be able to link math/casadi against it. Approved by: mentors (implicit approval)
* Upgrade to 2.3.0, in order to resurrect freefem++.thierry2019-09-205-348/+368
| | | | | | | | | | | | | | Switch to a fork hosted at GitHub: This GitHub project is designed to provide a common maintained version of arpackpp. It is derived from the orignial package (ARPACK++ Version 1.2. by Gomes and Sorensen), which has not been actively maintained for many years. Several updates have been included in this version (some of them were previously hosted as patches at http://reuter.mit.edu/software/arpackpatch/ ). This GitHub repository is designed to collect fixes and updates (e.g. to more recent or future releases of the involved libraries). PR: 240670
* - Add WWWamdmi32019-09-191-0/+2
| | | | Approved by: portmgr blanket
* math/mumps4: Spell METIS4_DESC correctlytobik2019-09-191-1/+1
|
* math/plplot: Drop nop and misspelled post-patch-QHULL2015 targettobik2019-09-191-4/+0
| | | | | | | It should have been post-patch-QHULL2015-on and was broken in r433415 during conversion to options helpers. However the patch does not do anything useful anymore. Finding the right qhull headers is already handled automatically by cmake via HAS_LIBQHULL_INCLUDE.
* - Use SSL master_sites (1)thierry2019-09-183-19/+22
| | | | | | | | | - Upgrade to 5.4.0 (Latest stable release) (2) - Since I'm here make the pre-configure operations visible. PR: 239080 (1) Submitted by: imagin8r (T) protonmail.com
* Fix some misspelled or duplicated LICENSE_*tobik2019-09-182-2/+2
|
* Change my maintainer emaildmgk2019-09-171-1/+1
| | | | | Approved by: tz (mentor), portmgr (adamw) Differential Revision: https://reviews.freebsd.org/D21677
* math/py-pystan: fix build with GCC architecturespkubaj2019-09-161-1/+1
| | | | | | | Requires C++14: cc1plus: error: unrecognized command line option "-std=c++1y" Approved by: mentors (implicit approval)
* Deprecate a few portsantoine2019-09-165-0/+10
|
* Drop C++11 workaround for GCC < 6 after r449590jbeich2019-09-154-14/+2
| | | | | | | | lang/gcc5 will expire in ~1 month. If someone still uses lang/gcc48 they should backport C++11 fix instead. QA on GCC architecuters is currently limited to powerpc64 which uses GCC_DEFAULT. PR: 193528
* Mark BROKEN on i386 with lldantoine2019-09-151-1/+3
| | | | MFH: 2019Q3
* Mark BROKEN on i386 with lldantoine2019-09-141-1/+3
| | | | MFH: 2019Q3
* math/libnormaliz: Update to 3.8.0swills2019-09-132-5/+4
| | | | | PR: 240446 Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer)
* Update to 1.16.5sunpoet2019-09-112-5/+4
| | | | | | Changes: https://github.com/numpy/numpy/releases PR: 240424 Exp-run by: antoine