Commit graph

42 commits

Author SHA1 Message Date
Joseph Mingrone
de876a285d math/libRmath: Update to version 3.4.3 and add armv[67] to ONLY_FOR_ARCHS 2017-12-03 03:46:11 +00:00
Tijl Coosemans
2858adcf38 - Allow users to change the default Fortran compiler via DEFAULT_VERSIONS.
- Rename USES=fortran:gcc to the more appropriate USES=fortran:gfortran.
- Change the options in math/R and math/libRmath so the choice becomes
  flang or default instead of flang or gfortran.  Use default Fortran
  compiler again on amd64.
2017-11-18 13:09:56 +00:00
Joseph Mingrone
b4810404b6 math/libRmath: Fix error during configure stage due to missing FPICFLAGS. 2017-10-29 13:57:37 +00:00
Joseph Mingrone
2edf49efcc math/libRmath: Update to version 3.4.2 and add an option on amd64 to choose
the fortran compiler.
2017-10-27 00:52:41 +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
Joseph Mingrone
47d0cbff54 math/libRmath: Update to version 3.4.1 2017-07-05 11:58:13 +00:00
Joseph Mingrone
e39d2403aa math/libRmath: Update to version 3.4.0
The configure script now detects the correct zlib version, so setting the
r_cv_header_zlib_h is no longer necessary.

Approved by:	swills (mentor, implicit)
2017-04-22 19:46:22 +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
Joseph Mingrone
137989ab61 math/libRmath: Update to version 3.3.3
Approved by:	swills (mentor, implicit)
2017-03-10 12:48:44 +00:00
Antoine Brodin
db50719156 Fix configure with zlib 1.2.10, configure script believes that version
1.2.10 is lower than 1.2.5

Reported by:	pkg-fallout
MFH:		2017Q1
2017-01-06 21:38:11 +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
Joseph Mingrone
1eb84d5e22 math/libRmath: Update to version 3.3.2
Changes in version 3.3.2:
https://stat.ethz.ch/pipermail/r-announce/2016/000608.html

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8433
2016-11-03 13:59:14 +00:00
Joseph Mingrone
afe7463090 math/libRmath: make standalone (free from math/R) and unmark as
BROKEN

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8289
2016-10-25 18:18:56 +00:00
Antoine Brodin
9e937dddf1 Mark BROKEN: fails to configure
checking for pcre_fullinfo in -lpcre... no
checking whether PCRE support suffices... configure: error: pcre >= 8.10 library and headers are required
===>  Script "configure" failed unexpectedly.

Reported by:	pkg-fallout
2016-06-04 19:01:06 +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
Steve Wills
86cd4fbe5a many ports: mark broken on powerpc64 2016-04-21 16:43:14 +00:00
Antoine Brodin
e917242b6c Stage support
With hat:	portmgr
2014-04-05 10:30:21 +00:00
Baptiste Daroussin
ce5e457020 Add NO_STAGE all over the place in preparation for the staging support (cat: math) 2013-09-20 20:55:04 +00:00
Brendan Fabeny
35c9bee4c6 Adjust pkg-plist after math/R update 2011-05-07 03:35:42 +00:00
Brendan Fabeny
ed481cb33c Clean up in preparation for update,
no functional change:
- indent more uniformly
- simplify slave port conditionals
- sort variables, pkg-plist
2011-05-05 09:01:08 +00:00
Martin Wilke
dcdae14bd1 - Make math/libRmath to a slave port of math/R
- Add an option to build libR into a static, rather than a shared library (requested by a few users)

PR:		143076
Submitted by:	Pedro F. Giffuni <giffunip@tutopia.com>
		"b. f." <bf1783@googlemail.com> (maintainer)
Approved by:	maintainer
2010-02-02 16:04:22 +00:00
Pav Lucistnik
38eb8c5339 - Mark MAKE_JOBS_UNSAFE
Reported by:	pointyhat
2009-11-20 22:53:09 +00:00
Gerald Pfeifer
27ab5137ce Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.

Approved by:	portmgr
2009-09-13 00:08:01 +00:00
Ion-Mihai Tetcu
58ac3e7740 - update to 2.9.1
- fix with custom LOCALBASE / PREFIX [1]

PR:		ports/135941
Submitted by:	maintainer
Reported by:	QATty [1]
2009-07-06 16:50:20 +00:00
Martin Wilke
5af9456038 - Update maintainer mail adresse
Submitted by:	"b. f." <bf1783@gmail.com> (maintainer via private mail)
2009-06-07 18:51:21 +00:00
Gerald Pfeifer
b86bfcf102 No longer pass F77 to CONFIGURE_ENV; this is now done via Mk/bsd.gcc.mk.
Approved by:	bf2006a@yahoo.com (maintainer)
2009-01-17 21:36:50 +00:00
Gerald Pfeifer
d02b74e1a8 Fix typo in maintainer address for real. 2009-01-17 20:41:03 +00:00
Gerald Pfeifer
6cb2dd20c7 Fix typo in maintainer address. 2009-01-17 20:32:58 +00:00
Wesley Shields
717300f78e - Update to 2.8.1
- Pass maintainer along to new maintainer of math/R

PR:		ports/130280
Submitted by:	"Pedro F. Giffuni" <giffunip@tutopia.com>
Approved by:	old maintainer (private mail)
2009-01-10 23:42:12 +00:00
Gerald Pfeifer
05a2cbc2b4 Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3. 2009-01-07 16:34:27 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Maho Nakata
01969f7dad Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Approved by:	maintainer
2007-07-17 00:18:52 +00:00
Maho Nakata
c0c638e549 Migrate to gfortran42.
Bump port revision.
2007-01-12 07:47:37 +00:00
Rong-En Fan
ec728ae4b8 - Update to 2.4.0
PR:		ports/106701
Submitted by:	Eric van Gyzen <eric+fbports at vangyzen.net> (maintainer)
2006-12-14 19:24:05 +00:00
Rong-En Fan
2ee6f0cf8e - Update to 2.3.1
PR:		ports/102434
Submitted by:	Vittorio De Martino <vdemart1 at tin.it>
Approved by:	Eric van Gyzen <eric+fbports at vangyzen.net> (maintainer)
2006-09-03 16:01:36 +00:00
Cheng-Lung Sung
e8390e6e3c - s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-15 00:29:13 +00:00
Pav Lucistnik
3e9790482f - Update to 2.3.0
PR:		ports/96494
Submitted by:	Eric van Gyzen <eric+fbports@vangyzen.net> (maintainer)
2006-04-29 11:30:48 +00:00
Emanuel Haupt
abcee463ec Update to 2.2.1
PR:		91565
Submitted by:	Eric van Gyzen <eric+fbports@vangyzen.net> (maintainer)
2006-01-09 19:30:52 +00:00
Sergey Matveychuk
3665fbc55d - Update to 2.2.0
PR:		ports/87274
Submitted by:	maintainer
2005-10-12 07:31:07 +00:00
Pav Lucistnik
fb03093ffd - Update to 1.9.1
PR:		ports/68336
Submitted by:	Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer)
2004-06-25 22:02:52 +00:00
Pav Lucistnik
073465023a - Drop unneeded dependency on Perl
PR:		ports/66759
Submitted by:	Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer)
2004-05-25 00:33:10 +00:00
Kirill Ponomarev
27767bdbe5 Add libRmath 1.9.0, the standalone math library from R.
PR:		ports/66644
Submitted by:	Eric van Gyzen <vangyzen@stat.duke.edu>
2004-05-15 15:34:15 +00:00