Commit graph

110 commits

Author SHA1 Message Date
Piotr Kubaj
cc24db0a99 math/suitesparse: fix build on armv7
libomp is not available on LLVM on armv7.
2021-08-22 00:29:33 +00:00
Piotr Kubaj
1fd69193a2 math/suitesparse: disable OPENMP on powerpc
LLVM on powerpc doesn't have libomp.
2021-06-10 00:59:09 +00:00
Thierry Thomas
38e42a5646 math/suitesparse*: force PORTNAME in lowercase
Force PORTNAME in lowercase, even if upstream uses uppercases.

Requested by:	sunpoet@ and danfe@
2021-06-06 22:18:37 +02:00
Thierry Thomas
41bce30473 math/suitesparse: upgrade to v5.10.1
Release notes at
<https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v5.10.1>
2021-05-31 22:06:16 +02:00
Thierry Thomas
59ee4a9e3a math/suitesparse: transform into a meta-port
Advantages of this modularization:

. much parallelization during the build
. no need to rebuild every module for each update
. define each license
. only the needed package may be installed

Also adding an option to disable the optimization.
2021-05-25 12:00:02 +02:00
Thierry Thomas
29b7d58fcc math/suitesparse: upgrade to 5.10.0
Release notes at
<https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v5.10.0>.
2021-05-18 12:06:01 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Thierry Thomas
aaead901b1 Upgrade to v5.9.0.
Release notes at
<https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v5.9.0>.
2021-03-05 11:13:35 +00:00
Ganael LAPLANCHE
34fdd4dc58 Introduce devel/onetbb and mark devel/tbb as legacy
Intel oneAPI tbb 2021.1 (onetbb) has been released[1][2] and has deprecated
several interfaces over tbb 2020, breaking most dependent ports.

Old tbb 2020 will be kept for a certain time to allow transition but will be
removed in a near future as it CONFLICTS with devel/onetbb. New ports should
now use devel/onetbb instead of devel/tbb.

We tried to move a maximum number of dependent ports to devel/onetbb (or
disable dependency when not possible), but some of them still remain stuck
to devel/tbb. Remaining ones have not been identified as major dependencies
themselves and will be fixed as soon as updates are available from upstream.

PR:		252648, 252688 [3], 252683 [4], 252651 [5], 252690 [3], 252693 [3],
	252695 [3], 252696 [3], 252786 [3], 252649, 252868 [6], 252870 [5],
	252684 [7], 252785 [7]
Approved by:	yuri [3], jwb [4], thierry [5], FreeBSD@Shaneware.biz [6],
	maintainer timeout [7]

[1] https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-threading-building-blocks-release-notes.html
[2] https://software.intel.com/content/www/us/en/develop/articles/tbb-revamp.html
2021-02-19 15:14:46 +00:00
Jan Beich
70dcbea6e9 aarch64 support OpenMP since FreeBSD 12.2 2021-01-31 01:17:52 +00:00
Thierry Thomas
687829ba7e Upgrade to v5.8.1.
Changelog at
<https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v5.8.1>.
2020-07-24 21:37:13 +00:00
Mikael Urankar
6bf7d21aae math/suitesparse: unbreak on aarch64
We don't have openmp yet

PR:		248100
Approved by:	portmgr (tier-2 blanket)
2020-07-20 15:53:23 +00:00
Ganael LAPLANCHE
b4b8dbee42 Update devel/tbb to 2020.3 and bump dependent ports' revisions
Changelog: https://github.com/oneapi-src/oneTBB/blob/v2020.3/CHANGES
2020-07-17 10:12:25 +00:00
Thierry Thomas
b525ddca89 Fix linkage on 11.3 i386.
Reported by:	antoine
2020-07-06 11:22:25 +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
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
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
Alexey Dokuchaev
87f97647a7 Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 3). 2020-05-27 14:55:03 +00:00
Yuri Victorovich
84c4942d38 Bump 37 ports depending on math/openblas through USES=blaslapack:openblas because after the recent math/openblas update the library name changed in openblas 2020-05-06 16:39:12 +00:00
Piotr Kubaj
69ae5144ba math/suitesparse: fix build on powerpc64 elfv1
After last update, compiler:openmpi comes before compiler:c++11-lang. This effectively overrides compiler:c++11-lang and causes base GCC to be used.
compiler:openmpi could probably be dropped, now that all supported FreeBSD versions have compiler that supports OpenMP (either GCC or Clang), but this would mean that Clang architectures would switch from GCC to Clang for this port, so it would have to be separately tested by the maintainer.
2020-04-14 20:07:40 +00:00
Thierry Thomas
dc57ad6e75 Fix on i386, by using Gcc.
Unfortunately, SuiteSparse is now hit by the problem listed in PR 230888
(missing support of libatomic).

Reported by:	pkgfallout via antoine@
2020-04-12 16:18:49 +00:00
Thierry Thomas
87ad2788dc - Same site web, but mow the sources are on GihtHub;
- Upgrade to v5.7.2
  Many release notes at
  <https://github.com/DrTimothyAldenDavis/SuiteSparse/releases>

- Add some missing modules to pkg-descr.
2020-04-11 18:11:30 +00:00
Ganael LAPLANCHE
555ae57247 Update devel/tbb to 2020.2 and bump dependent port's revisions
Changelog: https://github.com/oneapi-src/oneTBB/blob/tbb_2020/CHANGES
2020-04-01 14:14:51 +00:00
Jan Beich
0c69caeef6 Document OpenMP from base system cannot be used in some cases 2020-03-08 21:55:54 +00:00
Steve Wills
fb44dca45d Fix math/openblas and bump dependent ports
* Fix build on i386 [1]
* Fix science/code_saturne build with new openblas [2]
* Avoid installing private headers [3]
* Prevent build from optimizing for host by correcting build confg [4]
* Bump portrevision of dependent ports [5]

This is correcting issues from r523749 [1][2][4] and r515970 [3]

PR:		231371
Reported by:	build cluster [1]
Reported by:	Dima Pasechnik <dimpase+freebsd@gmail.com> [2]
Reported by:	many [5]
Reviewed by:	mat, bapt
Approved by:	implicit, since this is a build fix
2020-01-30 14:17:44 +00:00
Ganael LAPLANCHE
23cb661f63 Update devel/tbb to 2020.0 and bump dependent ports' revisions [1]
Also, while here, re-generate patches using the makepatch target

[1] Changelog: https://github.com/intel/tbb/blob/v2020.0/CHANGES
2019-12-26 16:25:22 +00:00
Jan Beich
a7a310c79a math/suitesparse: simplify
- 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
2019-09-30 08:17:43 +00:00
Jan Beich
2b7ccfab00 math/suitesparse: force rebuild after r512983
RUN_DEPENDS switched from devel/openmp to lang/gcc9.
2019-09-27 00:17:31 +00:00
Thierry Thomas
edb8eb45fd Revert to r512240.
Reported by:	jbeich
2019-09-26 20:19:25 +00:00
Thierry Thomas
732f79331e Explicitely depend on OMP. 2019-09-22 12:49:50 +00:00
Thierry Thomas
3d27d6fc3e Re-enable parallel build.
Submitted by:	jkim
2019-09-20 07:19:07 +00:00
Thierry Thomas
421cc3859f Fix on -CURRENT.
PR:		240672
Reported by:	ohartmann (at) walstatt.org
2019-09-20 07:18:17 +00:00
Thierry Thomas
f07eb96a8f - Use SSL master_sites (1)
- 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
2019-09-17 20:17:46 +00:00
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

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

PR:		238330
2019-07-26 20:46:53 +00:00
Gerald Pfeifer
879e75a659 Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.

Suggested by:	tijl
2019-04-22 13:16:33 +00:00
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

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

PR:		231590
2018-12-12 01:35:33 +00:00
Gerald Pfeifer
09f9633cb6 Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
2018-07-29 22:18:44 +00:00
Yuri Victorovich
697f5a4cbe math/suitesparse: Fix undesirable linking with pre-installed older version
PR:		227791
Reported by:	John Hein <z7dr6ut7gs@snkmail.com>
2018-06-03 02:50:39 +00:00
Yuri Victorovich
e233db6d5b math/suitesparse: Unbreak with the option ATLAS=yes
It was an incomplete makefile patching beginning from 5.2.0 update.

PR:		210579 227791
Approved by:	portmgr (port compliance, infrastructure)
2018-05-10 07:20:08 +00:00
Yuri Victorovich
4a7734022b math/suitesparse: Remove PLIST_SUB for the shared lib version
Reported by:	mat
2018-04-26 07:51:00 +00:00
Yuri Victorovich
61818ce94b math/suitesparse: Update 4.0.2 -> 5.2.0
Port changes:
* Change to DISTVERSION
* Update MASTER_SITES
* Change to LICENSE_COMB=dual
* Add LIB_DEPENDS
* Unbundle metis, made it a dependency
* Update do-build and do-install
* Update WWW

Bump 11 ports.
games/naev is marked broken because it depends on the no longer installed library.

PR:		210579
Submitted by:	yuri
Submitted by:	pfg
Approved by:	maintainer timeout (maho@FreeBSD.org, 21 months)
Approved by:	maintainer timeout (fortran@FreeBSD.org, 45 days)
2018-04-26 06:41:30 +00:00
Rene Ladan
80acf24533 Return maho@'s ports to the pool after his commit bit expired.
With hat:	portmgr
2018-03-11 11:20:43 +00:00
Gerald Pfeifer
c2a92a1aea Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079).
2018-03-10 17:46:04 +00:00
Gerald Pfeifer
e59c88cece Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
2017-09-10 20:55:38 +00:00
Gerald Pfeifer
04d6f52202 Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
2017-04-01 15:23:30 +00:00
Gerald Pfeifer
e4b7b9118a Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms), part II.

The first part covered  ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.

This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.

PR:		214965
Reported by:	thierry
2016-12-07 13:24:56 +00:00
Dmitry Marakasov
4e942b6419 - Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by:	portmgr blanket
2016-05-19 10:44:11 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Maho Nakata
b10ffea619 Backout previous commit; actually it was not a typo. 2015-05-12 04:48:01 +00:00
Maho Nakata
fb8e8c5d98 Fix for the default. 2015-05-12 04:39:45 +00:00