Commit Graph

15609 Commits

Author SHA1 Message Date
Yuri Victorovich e752c1981d math/giacxcas: Fix plist 2020-07-16 16:13:46 +00:00
Matthias Andree 59eb5b4b37 openexr/ilmbase update w/ shlib rename => PORTREVISION bumps of dependent ports
OpenEXR and ILMBASE updates to 2.5.2 rename the full shlib version
names from .0.0 to .0.1 => to be on the safe side, bump PORTREVISIONs.

Approved by:	portmgr (blanket)
MFH:		2020Q3 (PORTREVISION bump after OpenEXR/ilmbase update)
Security:	714e6c35-c75b-11ea-aa29-d74973d1f9f3
2020-07-16 12:13:30 +00:00
Yuri Victorovich adb44fb265 math/giacxcas: Update 1.5.0-87 -> 1.6.0-7
Reported by:	portscout
2020-07-16 07:50:56 +00:00
Yuri Victorovich de3e3ff5b8 math/rumur: Update 2020.06.20 -> 2020.07.11
Reported by:	portscout
2020-07-16 06:45:01 +00:00
Adam Weinberger 3cde3d49f3 Unmute some build commands 2020-07-15 07:28:28 +00:00
Alex Dupre d6a8fa33a0 Update to 4.1.0 release. 2020-07-13 09:19:57 +00:00
Tobias Kortkamp 46abfe7cb9 Sort
Reported by:	portscan
2020-07-12 09:31:30 +00:00
TAKATSU Tomonari dc708ae259 - Update to 5.61 2020-07-11 18:47:32 +00:00
Greg Lewis 4127269572 Switch to using GTK3 and WX3
PR:		247565
Submitted by:	Greg V <greg@unrelenting.technology>
2020-07-11 16:34:25 +00:00
TAKATSU Tomonari 5ca7e5b7ec - Add new port: math/R-cran-conquer
Fast and accurate convolution-type smoothed quantile regression.
  Implemented using Barzilai-Borwein gradient descent with a Huber
  regression warm start. Construct confidence intervals for regression
  coefficients using multiplier bootstrap.

  WWW: https://cran.r-project.org/web/packages/conquer/
2020-07-11 11:40:15 +00:00
TAKATSU Tomonari d0103a1dbb - Add new port: math/R-cran-matrixStats
High-performing functions operating on rows and columns of matrices,
  e.g. col / rowMedians(), col / rowRanks(), and col / rowSds().
  Functions optimized per data type and for subsetted calculations
  such that both memory usage and processing time is minimized. There
  are also optimized vector-based methods, e.g. binMeans(), madDiff()
  and weightedMedian().

  WWW: https://cran.r-project.org/web/packages/matrixStats/
2020-07-11 10:27:23 +00:00
Stefan Eßer 28b78d7673 Update to verdsion 3.1.3
This version fixes an incompatibility with GNU bc:

The statement:

     if (a > b) 1

was rejected, unless followed by "else 0".

Approved by:	antoine (implicit)
2020-07-10 10:56:57 +00:00
Tobias C. Berner 1433736961 Update KDE's Application (release-service) to 20.04.3
Changelog:
	https://kde.org/announcements/changelog-releases.php?version=20.04.3
2020-07-09 21:04:41 +00:00
TAKATSU Tomonari 48dfd6f327 - Update to 0.99.25.6 2020-07-09 20:38:56 +00:00
Yuri Victorovich 39901d4fd6 math/ltl2ba: Update 1.2 -> 1.3
Take maintainership.

Also
* Simplify Makefile
* Update WWW and MASTER_SITES
2020-07-09 18:10:32 +00:00
Sunpoet Po-Chuan Hsieh bc322f1c1d Update to 3.3.5
Changes:	https://github.com/rpy2/rpy2/blob/master/NEWS
2020-07-09 18:09:12 +00:00
Sunpoet Po-Chuan Hsieh 73be298892 Add py-flax 0.1.0
Flax is a high-performance neural network library for JAX that is designed for
flexibility: Try new forms of training by forking an example and by modifying
the training loop, not by adding features to a framework.

WWW: https://github.com/google/flax
2020-07-09 18:08:11 +00:00
Sunpoet Po-Chuan Hsieh 4d0e669f8d Add py-jax 0.1.72
JAX is Autograd and XLA, brought together for high-performance machine learning
research.

With its updated version of Autograd, JAX can automatically differentiate native
Python and NumPy functions. It can differentiate through loops, branches,
recursion, and closures, and it can take derivatives of derivatives of
derivatives. It supports reverse-mode differentiation (a.k.a. backpropagation)
via grad as well as forward-mode differentiation, and the two can be composed
arbitrarily to any order.

What's new is that JAX uses XLA to compile and run your NumPy programs on GPUs
and TPUs. Compilation happens under the hood by default, with library calls
getting just-in-time compiled and executed. But JAX also lets you just-in-time
compile your own Python functions into XLA-optimized kernels using a
one-function API, jit. Compilation and automatic differentiation can be composed
arbitrarily, so you can express sophisticated algorithms and get maximal
performance without leaving Python. You can even program multiple GPUs or TPU
cores at once using pmap, and differentiate through the whole thing.

Dig a little deeper, and you'll see that JAX is really an extensible system for
composable function transformations. Both grad and jit are instances of such
transformations. Others are vmap for automatic vectorization and pmap for
single-program multiple-data (SPMD) parallel programming of multiple
accelerators, with more to come.

WWW: https://github.com/google/jax
2020-07-09 18:08:06 +00:00
Sunpoet Po-Chuan Hsieh 25b4607212 Add py-opt-einsum 3.2.1
Optimized einsum can significantly reduce the overall execution time of
einsum-like expressions (e.g., np.einsum, dask.array.einsum, pytorch.einsum,
tensorflow.einsum, ) by optimizing the expression's contraction order and
dispatching many operations to canonical BLAS, cuBLAS, or other specialized
routines. Optimized einsum is agnostic to the backend and can handle NumPy,
Dask, PyTorch, Tensorflow, CuPy, Sparse, Theano, JAX, and Autograd arrays as
well as potentially any library which conforms to a standard API.

WWW: https://github.com/dgasmith/opt_einsum
2020-07-09 18:08:00 +00:00
Gleb Popov 16693b1f60 math/cryptominisat and math/py-cryptominisat: Update to 5.7.1
Bump PORTREVISIONs of consumer ports.
2020-07-09 15:44:39 +00:00
Yuri Victorovich fd2c384d2c math/symmetrica: Update 2.0 -> 3.0.1
Switch to the modern fork from the SageMath team.
2020-07-09 04:18:59 +00:00
Yuri Victorovich 60e9fbe947 math/onednn: Update 1.5 -> 1.5.1
Reported by:	portscout
2020-07-08 07:36:26 +00:00
TAKATSU Tomonari bf6e7b17b5 - Update to 1.2.2.2 2020-07-07 20:38:24 +00:00
Niclas Zeising 2533e1c03e math/maxima: Fix build with SAGE option
Fix the build of math/maxima with the SAGE option [1]
Add missing man pages to plist

PR:		247805 [1]
Submitted by:	Robert Cina (with modifications) [1]
2020-07-07 15:17:23 +00:00
Tobias Kortkamp eefdcbfd7c Clean up some things
Reported by:	portscan and common sense
2020-07-07 12:27:18 +00:00
Stefan Eßer 340d6126ae Update to version 3.1.1
Add spanisch message catalog in ISO8859-1 encoding.

Approved by:	antoine (implicit)
2020-07-07 05:38:23 +00:00
TAKATSU Tomonari 942b0330c4 - Update to 0.3.8 2020-07-06 21:59:42 +00:00
Stefan Eßer 54b9e106cf Add es_ES.ISO8859-15 message catalog. 2020-07-06 18:36:35 +00:00
Stefan Eßer 689a6a5718 Update to version 3.1.0
This version improves the compatibility of the -e option with the FreeBSD
version of bc.
2020-07-06 18:31:05 +00:00
Thierry Thomas b525ddca89 Fix linkage on 11.3 i386.
Reported by:	antoine
2020-07-06 11:22:25 +00:00
Pietro Cerutti 8156e377b0 math/yacas: fix plist, pet portlint, bump PORTREVISION 2020-07-06 08:59:34 +00:00
Pietro Cerutti fa66ed768a math/yacas: update to 1.9.1
Release notes: http://www.yacas.org/release_1.9.1/
2020-07-06 08:47:36 +00:00
Tobias C. Berner 5060d003ef graphics/poppler: update to 0.90
Release 0.90.0:
        core:
         * Color profile tweaks
         * Small signature improvements
         * BBoxOutputDev: Fix calculation when type3 fonts are involved
         * Fix potential crash when reading Forms
         * Fix infinite loop in broken file
        glib:
         * Fix adding annots in rotated pages
         * Add ability to reset forms
         * Several fixes to the documentation
        qt5:
         * Make it clear we require Qt 5.5
         * demo: Fix crash on broken files
         * Small documentation improvements
        utils:
         * pdftoppm: Add option to set display profile
         * pdftops: Add a -rasterize option with values always, never, or whenneeded
        build system:
         * Require cmake 3.5
         * More modern cmake way to link against curl

PR:		247736
Exp-run by:	antoine
2020-07-06 06:17:18 +00:00
Thierry Thomas b4ba71fc41 Remove extra CFLAGS.
See also <https://github.com/DrTimothyAldenDavis/SuiteSparse/issues/51>.

PR:		247763
Submitted by:	rsmith (at) xs4all.nl
2020-07-05 14:55:49 +00:00
Tobias Kortkamp e8088b8b0f math/algae: Unbreak build with GCC 10
dgetv0.f:404:32:

  367 |           call dvout (logfil, 1, rnorm0, ndigit,
      |                                 2
......
  404 |          call dvout (logfil, n, resid, ndigit,
      |                                1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1)

http://package18.nyi.freebsd.org/data/121amd64-default-PR244494/2020-06-10_18h04m44s/logs/errors/algae-4.3.6_18.log

PR:		246700
2020-07-05 09:33:23 +00:00
Piotr Kubaj 73d407f45c math/clasp: fix build on GCC architectures
Use C++11 compiler:
CMake Error in app/CMakeLists.txt:
  Target "clasp" requires the language dialect "CXX11" (with compiler
  extensions), but CMake does not know the compile flags to use to enable it.

MFH:		2020Q3 (fix build blanket)
2020-07-05 09:24:54 +00:00
Stephen Montgomery-Smith 9e47f56284 - Update devel/gdcm to 3.0.7.
- Bump portrevision of dependent ports.
2020-07-04 20:53:55 +00:00
Stephen Montgomery-Smith 628e0400ed - Update to 1.7.10. 2020-07-04 20:45:00 +00:00
TAKATSU Tomonari a5398b2f33 - Update to 0.99.25.5 2020-07-04 20:05:48 +00:00
Thierry Thomas a94dba5df5 Fix an implicit conversion from long to double.
PR:		247763
Submitted by:	rsmith (at) xs4all.nl
2020-07-04 18:43:31 +00:00
Niclas Zeising 0e32330f15 Chanse update of devel/libffi
Chase the devel/libffi update
Bump portrevision of all dependent ports to chace shard library version bump
in libffi.
Update LIB_DEPENDS lines where needed to not require a specific version of
libffi.so.

PR:		247028 (for tracking)
2020-07-04 18:11:42 +00:00
Niclas Zeising 6365a5a038 math/sage: Change lang/ecl and math/maxima update
Chase the update of math/sage and lang/ecl
Bump portrevision

PR:		247283
Submitted by:	thierry
2020-07-04 17:31:46 +00:00
Niclas Zeising 7c4016b6d8 math/maxima: Update to 5.44.0
Update math/maxima to 5.44.0
Chase the update of lang/ecl

Submitted by:	salvadore
Reviewed by:	thierry
Differential Revision:	https://reviews.freebsd.org/D25303
2020-07-04 17:29:59 +00:00
TAKATSU Tomonari e61b05e8eb - Update to 1.1-5 2020-07-04 12:58:30 +00:00
Tobias Kortkamp 1a452488f4 math/lapack, math/xlapack: Unbreak build with GCC 10
sorcsd2by1.f:389:40:

  366 |      $                   0, U1, LDU1, U2, LDU2, V1T, LDV1T, 0, 1, 0, 0,
      |                                      2
......
  389 |      $                   0, V1T, LDV1T, 0, 1, U1, LDU1, U2, LDU2, 0, 0,
      |                                        1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/REAL(4)).
sorcsd2by1.f:412:35:

  366 |      $                   0, U1, LDU1, U2, LDU2, V1T, LDV1T, 0, 1, 0, 0,
      |                            2
......
  412 |      $                   THETA, 0, 0, 1, V1T, LDV1T, U2, LDU2, U1, LDU1,
      |                                   1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/REAL(4)).
sorcsd2by1.f:436:55:

  366 |      $                   0, U1, LDU1, U2, LDU2, V1T, LDV1T, 0, 1, 0, 0,
      |                                                2
......
  436 |      $                   THETA, 0, U2, LDU2, U1, LDU1, 0, 1, V1T, LDV1T,
      |                                                       1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/REAL(4)).
sorcsd2by1.f:473:23:

  347 |             CALL SORBDB1( M, P, Q, X11, LDX11, X21, LDX21, THETA, 0, 0,
      |                                                                  2
......
  473 |      $                 WORK(IPHI), WORK(ITAUP1), WORK(ITAUP2),
      |                       1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)).
sorcsd2by1.f:480:44:

  351 |                CALL SORGQR( P, P, Q, U1, LDU1, 0, WORK(1), -1,
      |                                               2
......
  480 |             CALL SORGQR( P, P, Q, U1, LDU1, WORK(ITAUP1), WORK(IORGQR),
      |                                            1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)).
sorcsd2by1.f:485:48:

  351 |                CALL SORGQR( P, P, Q, U1, LDU1, 0, WORK(1), -1,
      |                                               2
......
  485 |             CALL SORGQR( M-P, M-P, Q, U2, LDU2, WORK(ITAUP2),
      |                                                1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)).
sorcsd2by1.f:496:57:

  362 |      $                   0, WORK(1), -1, CHILDINFO )
      |                         2
......
  496 |             CALL SORGLQ( Q-1, Q-1, Q-1, V1T(2,2), LDV1T, WORK(ITAUQ1),
      |                                                         1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)).
sorcsd2by1.f:503:22:

  366 |      $                   0, U1, LDU1, U2, LDU2, V1T, LDV1T, 0, 1, 0, 0,
      |                         2
......
  503 |      $                WORK(IPHI), U1, LDU1, U2, LDU2, V1T, LDV1T, 0, 1,
      |                      1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)).
sorcsd2by1.f:528:23:

  370 |             CALL SORBDB2( M, P, Q, X11, LDX11, X21, LDX21, THETA, 0, 0,
      |                                                                  2
......
  528 |      $                 WORK(IPHI), WORK(ITAUP1), WORK(ITAUP2),
      |                       1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)).
sorcsd2by1.f:540:55:

  351 |                CALL SORGQR( P, P, Q, U1, LDU1, 0, WORK(1), -1,
      |                                               2
......
  540 |             CALL SORGQR( P-1, P-1, P-1, U1(2,2), LDU1, WORK(ITAUP1),
      |                                                       1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)).
sorcsd2by1.f:545:48:

  351 |                CALL SORGQR( P, P, Q, U1, LDU1, 0, WORK(1), -1,
      |                                               2
......
  545 |             CALL SORGQR( M-P, M-P, Q, U2, LDU2, WORK(ITAUP2),
      |                                                1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)).
sorcsd2by1.f:550:46:

  362 |      $                   0, WORK(1), -1, CHILDINFO )
      |                         2
......
  550 |             CALL SORGLQ( Q, Q, R, V1T, LDV1T, WORK(ITAUQ1),
      |                                              1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)).
sorcsd2by1.f:557:22:

  366 |      $                   0, U1, LDU1, U2, LDU2, V1T, LDV1T, 0, 1, 0, 0,
      |                         2
......
  557 |      $                WORK(IPHI), V1T, LDV1T, 0, 1, U1, LDU1, U2, LDU2,
      |                      1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)).
sorcsd2by1.f:582:23:

  393 |             CALL SORBDB3( M, P, Q, X11, LDX11, X21, LDX21, THETA, 0, 0,
      |                                                                  2
......
  582 |      $                 WORK(IPHI), WORK(ITAUP1), WORK(ITAUP2),
      |                       1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)).
sorcsd2by1.f:589:44:

  351 |                CALL SORGQR( P, P, Q, U1, LDU1, 0, WORK(1), -1,
      |                                               2
......
  589 |             CALL SORGQR( P, P, Q, U1, LDU1, WORK(ITAUP1), WORK(IORGQR),
      |                                            1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)).
sorcsd2by1.f:601:25:

  351 |                CALL SORGQR( P, P, Q, U1, LDU1, 0, WORK(1), -1,
      |                                               2
......
  601 |      $                   WORK(ITAUP2), WORK(IORGQR), LORGQR, CHILDINFO )
      |                         1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)).
sorcsd2by1.f:605:46:

  362 |      $                   0, WORK(1), -1, CHILDINFO )
      |                         2
......
  605 |             CALL SORGLQ( Q, Q, R, V1T, LDV1T, WORK(ITAUQ1),
      |                                              1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)).
sorcsd2by1.f:612:29:

  366 |      $                   0, U1, LDU1, U2, LDU2, V1T, LDV1T, 0, 1, 0, 0,
      |                         2
......
  612 |      $                THETA, WORK(IPHI), 0, 1, V1T, LDV1T, U2, LDU2, U1,
      |                             1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)).
sorcsd2by1.f:642:23:

  417 |             CALL SORBDB4( M, P, Q, X11, LDX11, X21, LDX21, THETA, 0, 0,
      |                                                                  2
......
  642 |      $                 WORK(IPHI), WORK(ITAUP1), WORK(ITAUP2),
      |                       1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)).
sorcsd2by1.f:655:46:

  351 |                CALL SORGQR( P, P, Q, U1, LDU1, 0, WORK(1), -1,
      |                                               2
......
  655 |             CALL SORGQR( P, P, M-Q, U1, LDU1, WORK(ITAUP1),
      |                                              1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)).
sorcsd2by1.f:665:50:

  351 |                CALL SORGQR( P, P, Q, U1, LDU1, 0, WORK(1), -1,
      |                                               2
......
  665 |             CALL SORGQR( M-P, M-P, M-Q, U2, LDU2, WORK(ITAUP2),
      |                                                  1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)).
sorcsd2by1.f:674:46:

  362 |      $                   0, WORK(1), -1, CHILDINFO )
      |                         2
......
  674 |             CALL SORGLQ( Q, Q, Q, V1T, LDV1T, WORK(ITAUQ1),
      |                                              1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)).
sorcsd2by1.f:681:29:

  366 |      $                   0, U1, LDU1, U2, LDU2, V1T, LDV1T, 0, 1, 0, 0,
      |                         2
......
  681 |      $                THETA, WORK(IPHI), U2, LDU2, U1, LDU1, 0, 1, V1T,
      |                             1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(4)/INTEGER(4)).

http://package18.nyi.freebsd.org/data/121amd64-default-PR244494/2020-06-10_18h04m44s/logs/errors/lapack-3.5.0_8.log
http://package18.nyi.freebsd.org/data/121amd64-default-PR244494/2020-06-10_18h04m44s/logs/errors/xlapack-3.5.0_6.log

PR:		246700
2020-07-04 12:33:32 +00:00
Tobias Kortkamp d9bb6d97fe math/slatec: Unbreak build with GCC 10
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
cpzero.f:90:43:

   76 |       CALL CPEVL(N,N,A,TEMP,T,T,.FALSE.)
      |                            2
......
   90 |          CALL CPEVL(N,0,T(N1),CMPLX(X,0.0),PN,PN,.FALSE.)
      |                                           1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)
cpzero.f:105:37:

   76 |       CALL CPEVL(N,N,A,TEMP,T,T,.FALSE.)
      |                            2
......
  105 |                CALL CPEVL(N,0,A,R(I),PN,TEMP,.TRUE.)
      |                                     1
Error: Rank mismatch between actual argument at (1) and actual argument at (2) (rank-1 and scalar)

http://package18.nyi.freebsd.org/data/121amd64-default-PR244494/2020-06-10_18h04m44s/logs/errors/slatec-4.1_12.log

PR:		246700
2020-07-04 12:04:51 +00:00
Tobias Kortkamp 206b0dac1d math/elpa: Unbreak build with GCC 10
src/elpa2/kernels/real_template.F90:117:37:

  117 |        & (q(i,1),hh, nb, ldq, ldh, s)
      |                                     1
Error: Type mismatch in argument 'q' at (1); passed REAL(8) to COMPLEX(8)
src/elpa2/kernels/real_template.F90:133:37:

  133 |        & (q(i,1),hh, nb, ldq, ldh, s)
      |                                     1
Error: Type mismatch in argument 'q' at (1); passed REAL(8) to COMPLEX(8)
src/elpa2/kernels/real_template.F90:145:37:

  145 |        & (q(i,1),hh, nb, ldq, ldh, s)
      |                                     1
Error: Type mismatch in argument 'q' at (1); passed REAL(8) to COMPLEX(8)

http://package18.nyi.freebsd.org/data/121amd64-default-PR244494/2020-06-10_18h04m44s/logs/errors/elpa-2019.05.002_2.log

PR:		246700
2020-07-04 11:51:38 +00:00
Tobias Kortkamp 812251d9df math/cmlib: Unbreak build with GCC 10
dbocls.f:185:19:

   62 |      * 2,LMDW,MCON+MOUT, 0,RDUM,RDUM)
      |                           2
......
  185 |      * 1,J,IDUM, 2,BL(J),BU(J))
      |                   1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/REAL(4)).
dbocls.f:371:18:

   62 |      * 2,LMDW,MCON+MOUT, 0,RDUM,RDUM)
      |                           2
......
  371 |      * 1,J,IDUM,1,RW(J),RDUM)
      |                  1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (REAL(8)/REAL(4)).
dbocls.f:423:19:

   62 |      * 2,LMDW,MCON+MOUT, 0,RDUM,RDUM)
      |                           2
......
  423 |      * 1,JP,IDUM,0,IDUM,IDUM)
      |                   1
Error: Type mismatch between actual argument at (1) and actual argument at (2) (INTEGER(4)/REAL(4)).

http://package18.nyi.freebsd.org/data/121amd64-default-PR244494/2020-06-10_18h04m44s/logs/errors/cmlib-3.0_8.log

PR:		246700
2020-07-04 11:29:28 +00:00
Thierry Thomas b75aafecf7 - Upgrade to v5.8.0: release notes at
<https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v5.8.0	>

- Optionnally build the demos (but do not install them)

- Remove compiler:openmp which pulls an unneeded Gcc.
2020-07-04 07:26:06 +00:00
Piotr Kubaj dca9e1994b math/clblas: unbreak on powerpc64 head
Builds fine.
2020-07-03 15:40:06 +00:00