aboutsummaryrefslogtreecommitdiff
path: root/math/R
Commit message (Collapse)AuthorAgeFilesLines
* Fix math/openblas and bump dependent portsSteve Wills2020-01-301-0/+1
| | | | | | | | | | | | | | | | | | | | * 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 Notes: svn path=/head/; revision=524642
* Add and use a shared INFO description. I have patches to add that knob toMarius Strobl2019-12-271-1/+0
| | | | | | | a bunch of additional ports. Notes: svn path=/head/; revision=521020
* math/R: Update to version 3.6.2Joseph Mingrone2019-12-153-9/+9
| | | | | | | | See the NEWS file for upstream changes: https://cran.r-project.org/doc/manuals/r-release/NEWS.html Notes: svn path=/head/; revision=520193
* math/R: No-op to standardize formatting using ports-mgmt/portfmtJoseph Mingrone2019-12-151-64/+66
| | | | Notes: svn path=/head/; revision=520192
* devel/icu: update to 65.1Jan Beich2019-10-031-1/+1
| | | | | | | | Changes: http://site.icu-project.org/download/65 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Notes: svn path=/head/; revision=513733
* devel/openmp: update to 9.0.0Jan Beich2019-09-211-1/+1
| | | | | | | | | | | - 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/ Notes: svn path=/head/; revision=512535
* math/R: Fix dependency condition for devel/openmpJoseph Mingrone2019-09-191-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 Notes: svn path=/head/; revision=512371
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-0/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=507372
* math/R: Update to version 3.6.1Joseph Mingrone2019-07-152-5/+4
| | | | | | | | Upstream changes: See 'CHANGES IN R 3.6.1' and 'CHANGES IN R 3.6.1 patched' at https://cran.r-project.org/doc/manuals/r-devel/NEWS.html Notes: svn path=/head/; revision=506648
* math/R: force new compiler on GCC architecturesPiotr Kubaj2019-06-181-1/+2
| | | | | | | | | This is to fix build of textproc/R-cran-stringi. Approved by: mentors (implicite approval) Notes: svn path=/head/; revision=504483
* math/R: add powerpc64Piotr Kubaj2019-06-171-1/+1
| | | | | | | | | Compiles fine on powerpc64. Approved by: mentors (implicite approval) Notes: svn path=/head/; revision=504418
* devel/openmp: phase outJan Beich2019-05-081-0/+1
| | | | | | | | | | | | - Expire after the last version without /usr/lib/libomp.so - Drop SOVERSION for seamless transition (i.e., avoid conditionals) PR: 236907 Approved by: bapt (maintainer) Differential Revision: https://reviews.freebsd.org/D19767 Notes: svn path=/head/; revision=501030
* cran.mk: Don't include math/R/compiler.mk; it was removed in r500605Joseph Mingrone2019-05-011-1/+0
| | | | | | | Pointy-hat: jrm Notes: svn path=/head/; revision=500607
* math/R: Upgrade to version 3.6.0Joseph Mingrone2019-05-014-92/+91
| | | | | | | | Upstream changes: See 'CHANGES IN R 3.6.0' from https://cran.r-project.org/doc/manuals/r-devel/NEWS.html Notes: svn path=/head/; revision=500605
* Related to revision 499061 bump ports with USES=fortran to have themGerald Pfeifer2019-04-221-1/+1
| | | | | | | | | | benefit from the improved situation where libgcc_s is only used when absolutely necessary. Suggested by: tijl Notes: svn path=/head/; revision=499638
* Update devel/readline to 8.0Sunpoet Po-Chuan Hsieh2019-04-091-1/+1
| | | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://tiswww.case.edu/php/chet/readline/CHANGES PR: 236156 Exp-run by: antoine Notes: svn path=/head/; revision=498476
* devel/icu: update to 64.1Jan Beich2019-03-271-0/+1
| | | | | | | | | | | Changes: http://site.icu-project.org/download/64 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 236325 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D19479 Notes: svn path=/head/; revision=496981
* math/R: Update to version 3.5.3Joseph Mingrone2019-03-142-5/+5
| | | | | | | | | | | | | | 'CHANGES IN R 3.5.3' from https://cran.r-project.org/doc/manuals/r-devel/NEWS.html - writeLines(readLines(fnam), fnam) now works as expected, thanks to Peter Meissner's PR#17528 - setClassUnion() no longer warns, but uses message() for now, when encountering "non local" subclasses of class members - stopifnot(exprs = T) no longer fails Notes: svn path=/head/; revision=495682
* math/R: Update to version 3.5.2Joseph Mingrone2018-12-233-5/+7
| | | | | | | | | This is mostly a bug-fix release. For details see 'CHANGES IN R 3.5.2' in the release notes. https://cran.r-project.org/doc/manuals/r-devel/NEWS.html Notes: svn path=/head/; revision=488163
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=487272
* Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | After a discussion on the mailing list on moving manpages to ${PREFIX}/share/man for consistency with base where it is installed in usr/share/man, it appeared the same should happen to GNU info files which were installed under share in base and not in ports. Now texinfo is not in base on any of the supported version of FreeBSD it is possible to proceed to this move and it is easier to do than the manpage change. Other benefit than consistency are less patching: all build tools but cmake are expecting info files to be under share/info and cmake (patched here) was having an exception for BSD so the patch makes FreeBSD case less specific for them Bump revision of all impacted ports PR: 232907 exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17816 Notes: svn path=/head/; revision=484628
* Remove compatibility code for FreeBSD < 11.2 from all ports.Rene Ladan2018-11-021-1/+0
| | | | | | | | | | Simplify some ports where DragonFlyBSD no longer needs to be special-cased. Submitted by: rene Reviewed by: bapt, jbeich Differential Revision: https://reviews.freebsd.org/D17724 Notes: svn path=/head/; revision=483807
* devel/icu: update to 63.1Jan Beich2018-10-231-1/+1
| | | | | | | | | | Changes: http://site.icu-project.org/download/63 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 232300 Exp-run by: antoine Notes: svn path=/head/; revision=482830
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-0/+1
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=475857
* math/R: Update to version 3.5.1Joseph Mingrone2018-07-073-13/+14
| | | | Notes: svn path=/head/; revision=474137
* devel/icu: update to 62.1Jan Beich2018-06-291-0/+1
| | | | | | | | | | Changes: http://site.icu-project.org/download/62 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 229359 Exp-run by: antoine (only 10.4) Notes: svn path=/head/; revision=473551
* math/R: Permit building in poudriere with ATLASEitan Adler2018-05-271-2/+0
| | | | | | | | | | When ATLAS is built locally and then injected into poudriere (or other similar shenanigans) it does not make sense to block building of R. Approved by: jrm (maintainer) Notes: svn path=/head/; revision=470987
* math/R: Update to version 3.5.0Joseph Mingrone2018-04-245-55/+54
| | | | | | | Upstream changes: https://cran.r-project.org/doc/manuals/r-devel/NEWS.html Notes: svn path=/head/; revision=468249
* devel/icu: update to 61.1Jan Beich2018-04-061-0/+1
| | | | | | | | | | | Changes: http://site.icu-project.org/download/61 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 227042 Exp-run by: antoine MFH: 2018Q2 (required by Firefox 61) Notes: svn path=/head/; revision=466648
* math/R: Update to bug-fix release 3.4.4Joseph Mingrone2018-03-152-7/+6
| | | | | | | | Upstream changes: https://cloud.r-project.org/doc/manuals/r-release/NEWS.html Notes: svn path=/head/; revision=464645
* Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer2018-03-101-1/+1
| | | | | | | version 1.1.0 (via revision 464079). Notes: svn path=/head/; revision=464084
* math/R: Turn on the TCLTK option by defaultJoseph Mingrone2018-02-281-2/+2
| | | | | | | | | | | The TCLTK option was turned off in r455296, however this breaks devel/R-cran-gsubfn. PR: 224472 Submitted by: w.schwarzenfeld@utanet.at Notes: svn path=/head/; revision=463169
* math/R: Rename files/extra-patch-src_main_Makefile.in toJoseph Mingrone2017-12-012-0/+1
| | | | | | | | files/patch-src_main_Makefile.in, so that the SONAME for libR is included. This was intended for r455296. Notes: svn path=/head/; revision=455297
* math/R: Update to version 3.4.3Joseph Mingrone2017-12-013-26/+38
| | | | | | | | | | | | | | | | Other port changes: - Add armv6 and armv7 to ONLY_FOR_ARCHS; armv6 and armv7 were tested by mmel@ and working on 11. - Remove LIBR option and always build the shared library. This was requested by yuri@ and a RFC was posted on ports@ with no response. - Exclude OPENMP option for everything except amd64 and i386. - Turn on OPENMP option by default to match upstream. - Turn off TCLTK option by default. - LLVM, which gets pulled in with FLANG, provides libomp, so only depend on devel/openmp, when GFORTRAN and OPENMP are on. Notes: svn path=/head/; revision=455296
* Remove pkg-message about problems with gfortran. The problem has beenTijl Coosemans2017-11-181-18/+0
| | | | | | | | | addressed in r454161. PR: 221127 Notes: svn path=/head/; revision=454429
* - Allow users to change the default Fortran compiler via DEFAULT_VERSIONS.Tijl Coosemans2017-11-181-14/+7
| | | | | | | | | | - 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. Notes: svn path=/head/; revision=454428
* devel/icu: update to 60.1Jan Beich2017-11-091-1/+1
| | | | | | | | | | Changes: http://site.icu-project.org/download/60 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 223373 Exp-run by: antoine Notes: svn path=/head/; revision=453790
* math/R: Use the new flang argument to USES=fortran and patch libR.pc to link theJoseph Mingrone2017-10-261-10/+11
| | | | | | | | | | appropriate BLAS library. PR: 220418 Submitted by: yuri@rawbw.com Notes: svn path=/head/; revision=452928
* math/R: Update to version 3.4.2Joseph Mingrone2017-09-293-25/+19
| | | | | | | | | | | Also - Build Fortran code with flang by default on amd64. - Remove LTO option. Upstream does not turn it on by default, it has caused problems with each GCC upgrade, and any benefit is unclear. - Do not specify USES=compiler:openmp since that just forces GCC. Notes: svn path=/head/; revision=450927
* devel/icu: update to 59.1Jan Beich2017-09-251-1/+1
| | | | | | | | | | | | - Temporarily keep C++98 working in consumers for Clang's default -std= Changes: http://site.icu-project.org/download/59 PR: 218788 Submitted by: takefu@airport.fm, dcarmich@dcarmichael.net (early version) Exp-run by: antoine Notes: svn path=/head/; revision=450556
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (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 Notes: svn path=/head/; revision=449591
* math/R: Do not specify minimum tk versionJoseph Mingrone2017-09-051-5/+5
| | | | | | | | | | | | | | Specifying TCLTK_USES=tk:84+ was pulling in version 8.4 for package builds on cluster, however the Tcl/Tk 8.4 ports are being deprecated. Simply using TCLTK_USES=tk pulls in the default version. [1] While here, silence a portlint warning about the location of ONLY_FOR_ARCHS and use DISTVESION instead of PORTVERSION. Reported by: gahr [1] Notes: svn path=/head/; revision=449282
* Remove USES=objc:compiler, R doesn't use any objective c code and this breaksAntoine Brodin2017-08-231-2/+2
| | | | | | | | | | R-Cran-* on FreeBSD 10 Reported by: pkg-fallout With hat: portmgr Notes: svn path=/head/; revision=448609
* math/R: Work around bug 221127.Joseph Mingrone2017-08-022-1/+20
| | | | | | | | PR: 221127 Reported by: rs.os@t-online.de Notes: svn path=/head/; revision=447178
* math/R: Fix build issues when LIBR option is off and fix runtime issue byJoseph Mingrone2017-07-254-1/+5
| | | | | | | | | | | | | | | | | permitting FLANG only with RBLAS - Only apply SONAME patches when the relevant options are chosen. This prevents install errors when LIBR is off. - Only permit the FLANG option when RBLAS is chosen, because FLANG causes some configure-time checks to fail and the shared RBLAS library is fallen back upon, but not properly packaged, which causes runtime issues. - Bump PORTREVISION Reported by: rhurlin@gwdg.de Differential Revision: https://reviews.freebsd.org/D11726 Notes: svn path=/head/; revision=446636
* math/R: set SONAME for libraries under lib/R/libJoseph Mingrone2017-07-195-1/+88
| | | | | | | | | | PR: 219776 Submitted by: pawel Reviewed by: pawel, mat Differential Revision: https://reviews.freebsd.org/D11615 Notes: svn path=/head/; revision=446199
* math/R: Fix typos in option descriptionsJoseph Mingrone2017-07-051-2/+2
| | | | | | | | PR: 220480 Submitted by: Trond.Endrestol@ximalas.info Notes: svn path=/head/; revision=445079
* Setting OPTIONS_SINGLE_FORTRAN_armv6 was incorrect. It should beJoseph Mingrone2017-07-041-2/+2
| | | | | | | | | OPTIONS_SINGLE_FORTRAN_aarch64. Submitted by: jbeich Notes: svn path=/head/; revision=445027
* math/R: Update to version 3.4.1Joseph Mingrone2017-07-045-11/+59
| | | | | | | | | | | | | | Upstream changes: https://cran.r-project.org/doc/manuals/r-release/NEWS.html Port changes: - Add aarch64 to ONLY_FOR_ARCHS [1] - Add off-by-default option for experimental fortran support via flang [2] Submitted by: [1] andrew, [2] yuri@rawbw.com Notes: svn path=/head/; revision=445026
* math/R: Build with gmake and add devel/gmake to RUN_DEPENDS because someJoseph Mingrone2017-06-281-4/+5
| | | | | | | | | | | internal packages use GNU make. While here, sort ONLY_FOR_ARCHS value to silence portlint warning. PR: 220341 Reported by: yuri@rawbw.com Notes: svn path=/head/; revision=444603