aboutsummaryrefslogtreecommitdiff
path: root/science/libint
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* science/libint: Update 1-2-1 -> 1-2-1-15Yuri Victorovich2019-04-282-5/+5
| | | | Notes: svn path=/head/; revision=500356
* science/libint: PORTSCOUT=limitYuri Victorovich2018-08-301-0/+2
| | | | | | | Version 2.X is in science/libint2 Notes: svn path=/head/; revision=478472
* science/libint: Add STATIC option that keeps static libsYuri Victorovich2018-08-282-1/+9
| | | | | | | Requested by: osa Notes: svn path=/head/; revision=478324
* science/libint: Update 1.1.6 -> 1.2.1Yuri Victorovich2018-08-274-27/+17
| | | | | | | | | | | | | | | | Port changes: * Remove USES=perl5 (not needed) * Remove static libs * Remove USE_GCC (not needed) * Silence command/remove braces * Update WWW Take maintainership. Bump depending ports because the library list has changed in plist. Notes: svn path=/head/; revision=478259
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-1/+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
* 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
* - Don't run autoreconf, but run some of the autotools from pre-configureTijl Coosemans2018-01-142-40/+7
| | | | | | | | | | | | | | | instead. Autoreconf runs autoheader which replaces a handmade config header. - Remove options. DEBUG only adds -g which is already handled by WITH_DEBUG. DERIV and R12 don't have any impact. They are enabled by default upstream and the port Makefile never passed --disable-* when the options are disabled. Reasons to remove these options: the only port (science/mpqc) that depends on this port requires the options to be enabled, no additional dependencies and no significant additional build time or disk space. Notes: svn path=/head/; revision=458985
* 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
* Update the comment explaining the use of USE_GCC=yes to currentGerald Pfeifer2017-05-141-4/+4
| | | | | | | | realitiy (gfortran48 has not been the default for a while), and in fact general enough for a soon-to-come update of lang/gcc. Notes: svn path=/head/; revision=440900
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-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 Notes: svn path=/head/; revision=437439
* - Introduce couple of useful mathematical options and debugging supportAlexey Dokuchaev2017-03-201-3/+13
| | | | | | | | | - Respect CFLAGS/CXXFLAGS (when building the port in release mode) PR: 204179 Notes: svn path=/head/; revision=436530
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-11-201-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). In particular that is 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. Notes: svn path=/head/; revision=426566
* - Update to version 1.1.6Alexey Dokuchaev2015-10-243-11/+44
| | | | | | | | | | | - Define LICENSE (GPLv2) - Project had moved to GitHub - Clean up Makefile a bit PR: 201267 Notes: svn path=/head/; revision=400133
* science: Fix mpqc, libint and unbreak ghemical, and libghemical atomicallyJohn Marino2014-09-252-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | science/ghemical would not link because libghemical.so (from science/ libghemical port) had never been properly linked. Links to all mpqc "SC" libraries were added to LDFLAGS to rectify this. The configure breakage and solution is described below. After the version of lang/gcc was bumped from 4.7 to 4.8, science/libghemical ceased to configure and it was marked broken. After recreating the conftest, it was discovered that two versions incompatible versions of libgcc_s.so were getting pulled in by the realtime linker: the base version and the gcc48 ports version. The base version was getting pulled in by science/libint. To unbreak libghemical, libint is now built with lang/gcc. It was necessary to force libtool to link with LDFLAGS that Mk/bsd.gcc.mk sets so that the runpaths match across libraries used by libghemical. When science/mpqc was staged, it utilized libtool which renumbered all the library versions from 8.0.1 to 7.1.0. This was caused by the age component being greater than 0. By patching configure.in with a new version, we can generate major SHLIB of 8 again. While here, fix the bin/sc-config tool to remove a bad include cflag. With this fixes, science/ghemical builds successfully. Bump all 4 of these ports, remove any BROKEN designation and remove redundant @dirrm in pkg-plist Notes: svn path=/head/; revision=369236
* - StagifyDmitry Marakasov2014-08-062-17/+9
| | | | | | | | - Switch to USES=libtool, drop .la files - Strip libraries Notes: svn path=/head/; revision=364200
* Reset maintainership for ports not staged with no pending PRBaptiste Daroussin2014-07-241-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362828
* - Convert gmake to USESMartin Wilke2014-05-261-2/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355351
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | science) Notes: svn path=/head/; revision=327767
* - convert to the new perl5 frameworkAndrej Zverev2013-09-101-6/+2
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326873
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-091-1/+0
| | | | Notes: svn path=/head/; revision=285379
* - Fix build on FreeBSD 10Martin Wilke2011-10-291-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=284613
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276984
* Update to 1.1.4Maho Nakata2009-02-022-5/+4
| | | | | | | Suggested by: pav@ Notes: svn path=/head/; revision=227420
* - Update download location, update WWWPav Lucistnik2009-01-302-2/+2
| | | | | | | Reported by: -fetch-original pointyhat run Notes: svn path=/head/; revision=227195
* - Fix after objformat removalPav Lucistnik2007-03-271-4/+5
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=188566
* MASTER_SITE and WWW have been moved.Maho Nakata2007-01-162-2/+2
| | | | | | | Submitted by: kris via pointyhat. Notes: svn path=/head/; revision=182486
* * From PORTREVERSION to PORTREVISION.Maho Nakata2007-01-022-1/+9
| | | | | | | * Add symlink to version numbered shared libs. e.g. lib*.so to lib*.so.1. Notes: svn path=/head/; revision=181267
* Install shared libs correctly, and bump portrevision.Maho Nakata2007-01-022-11/+10
| | | | Notes: svn path=/head/; revision=181243
* Libint is a library for evaluating ERI (electron replusion integral)Maho Nakata2006-12-294-0/+59
over Cartesian Gaussian fuctions for modern atomic and molecular theory; esp. for science/mpqc and science/psi3. Notes: svn path=/head/; revision=180944