aboutsummaryrefslogtreecommitdiffstats
path: root/math/libRmath
Commit message (Collapse)AuthorAgeFilesLines
* math/libRmath: Update to version 3.4.1jrm2017-07-052-4/+4
|
* math/libRmath: Update to version 3.4.0jrm2017-04-232-7/+7
| | | | | | | 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)
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-04-011-1/+1
| | | | | | | | | | | | | | 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
* math/libRmath: Update to version 3.3.3jrm2017-03-102-30/+30
| | | | Approved by: swills (mentor, implicit)
* Fix configure with zlib 1.2.10, configure script believes that versionantoine2017-01-071-1/+1
| | | | | | | 1.2.10 is lower than 1.2.5 Reported by: pkg-fallout MFH: 2017Q1
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andgerald2016-12-071-0/+1
| | | | | | | | | | | | | | | 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
* math/libRmath: Update to version 3.3.2jrm2016-11-032-4/+4
| | | | | | | | 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
* math/libRmath: make standalone (free from math/R) and unmark asjrm2016-10-262-9/+39
| | | | | | | BROKEN Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D8289
* Mark BROKEN: fails to configureantoine2016-06-051-0/+2
| | | | | | | | 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
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*amdmi32016-05-191-1/+1
| | | | Approved by: portmgr blanket
* many ports: mark broken on powerpc64swills2016-04-221-0/+2
|
* Stage supportantoine2014-04-051-1/+0
| | | | With hat: portmgr
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-6/+2
| | | | math)
* Adjust pkg-plist after math/R updatebf2011-05-071-1/+1
|
* Clean up in preparation for update,bf2011-05-051-0/+4
| | | | | | | no functional change: - indent more uniformly - simplify slave port conditionals - sort variables, pkg-plist
* - Make math/libRmath to a slave port of math/Rmiwi2010-02-033-61/+9
| | | | | | | | | - 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
* - Mark MAKE_JOBS_UNSAFEpav2009-11-211-0/+1
| | | | Reported by: pointyhat
* Bump PORTREVISION for everything that sets USE_FORTRAN=yes which nowgerald2009-09-131-0/+1
| | | | | | implies lang/gcc44 up from lang/gcc43. Approved by: portmgr
* - update to 2.9.1itetcu2009-07-072-13/+25
| | | | | | | | - fix with custom LOCALBASE / PREFIX [1] PR: ports/135941 Submitted by: maintainer Reported by: QATty [1]
* - Update maintainer mail adressemiwi2009-06-081-1/+1
| | | | Submitted by: "b. f." <bf1783@gmail.com> (maintainer via private mail)
* No longer pass F77 to CONFIGURE_ENV; this is now done via Mk/bsd.gcc.mk.gerald2009-01-181-1/+0
| | | | Approved by: bf2006a@yahoo.com (maintainer)
* Fix typo in maintainer address for real.gerald2009-01-181-1/+1
|
* Fix typo in maintainer address.gerald2009-01-181-1/+1
|
* - Update to 2.8.1wxs2009-01-112-9/+9
| | | | | | | | - 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)
* Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.gerald2009-01-081-1/+1
|
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Now we use USE_FORTRAN=yes to use FORTRAN compiler.maho2007-07-171-4/+1
| | | | Approved by: maintainer
* Migrate to gfortran42.maho2007-01-121-0/+6
| | | | Bump port revision.
* - Update to 2.4.0rafan2006-12-152-4/+4
| | | | | PR: ports/106701 Submitted by: Eric van Gyzen <eric+fbports at vangyzen.net> (maintainer)
* - Update to 2.3.1rafan2006-09-042-4/+4
| | | | | | PR: ports/102434 Submitted by: Vittorio De Martino <vdemart1 at tin.it> Approved by: Eric van Gyzen <eric+fbports at vangyzen.net> (maintainer)
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-151-1/+1
| | | | | | | - these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* - Update to 2.3.0pav2006-04-292-6/+6
| | | | | PR: ports/96494 Submitted by: Eric van Gyzen <eric+fbports@vangyzen.net> (maintainer)
* Update to 2.2.1ehaupt2006-01-102-9/+9
| | | | | PR: 91565 Submitted by: Eric van Gyzen <eric+fbports@vangyzen.net> (maintainer)
* - Update to 2.2.0sem2005-10-123-29/+31
| | | | | PR: ports/87274 Submitted by: maintainer
* - Update to 1.9.1pav2004-06-262-3/+3
| | | | | PR: ports/68336 Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer)
* - Drop unneeded dependency on Perlpav2004-05-251-1/+0
| | | | | PR: ports/66759 Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu> (maintainer)
* Add libRmath 1.9.0, the standalone math library from R.krion2004-05-153-0/+66
PR: ports/66644 Submitted by: Eric van Gyzen <vangyzen@stat.duke.edu>