aboutsummaryrefslogtreecommitdiff
path: root/science/mpqc
Commit message (Collapse)AuthorAgeFilesLines
* Fix math/openblas and bump dependent portsSteve Wills2020-01-301-1/+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
* Unmark these ports broken on aarch64.Mark Linimon2019-11-081-2/+0
| | | | | | | | Submitted by: emaste (TRYBROKEN run) Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=517029
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+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
* 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/doxygen to 1.8.15Antoine Brodin2019-03-052-3/+1
| | | | | | | PR: 236110 Notes: svn path=/head/; revision=494744
* science/mpqc: Change net/mpich2 -> net/mpichYuri Victorovich2018-12-172-4/+10
| | | | | | | | | | Other port changes: * Add the graphviz dependency * Patch one #include that isn't found by default for some reason * Fix WWW Notes: svn path=/head/; revision=487700
* 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
* science/mpqc: Add -lmpich to LDFLAGS: this fixes science/libghemical buildYuri Victorovich2018-09-071-1/+2
| | | | | | | | science/libghemical was failing because libSCgroup.so needs MPI_* symbols but wasn't linked to libmpich.so. Notes: svn path=/head/; revision=479174
* Remove science/mpqc-mpich: Enable MPI option in science/mpqc by defaultYuri Victorovich2018-09-041-7/+6
| | | | | | | | | * MPICH option in science/mpqc is renamed to MPI, because MPI exists in many other ports and there's MPI_DESC predefined for it. * MPI option in science/mpqc is made default. Notes: svn path=/head/; revision=478925
* science/libint: Update 1.1.6 -> 1.2.1Yuri Victorovich2018-08-271-1/+1
| | | | | | | | | | | | | | | | 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
* science/mpqc: Fix portlint warnings about non-ASCII characters; Change WWW ↵Yuri Victorovich2018-08-271-4/+4
| | | | | | | to https Notes: svn path=/head/; revision=478258
* 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
* science/mpqc: Fix buildYuri Victorovich2018-07-243-41/+8
| | | | | | | | | | | Two fixes: * Force some stl-related define values because configured values are wrong * Force the C++-98 standard because of breakage on newer clangs/systems Reported by: fallout Notes: svn path=/head/; revision=475273
* science/mpqc: Unbreak on CURRENTYuri Victorovich2018-07-222-0/+40
| | | | | | | For some reason, STL's endl fail and need to be std::endl only on CURRENT. Notes: svn path=/head/; revision=475079
* science/mpqc: Fix library dependenciesYuri Victorovich2018-07-184-15/+40
| | | | | | | | | | | | | | | | | | | | | | | | Problems in this port caused the science/libghemical breakage (it was labeled as DEPRECATED). Two major fixes: * Fix the unknown 'backtrace' symbol: libexecinfo.so dependency was missing for libSCmisc.so * Fix broken libint.so: -L${LOCALBASE} was missing for libSCcints.so and libint.so was just ignored and effectively missing These two problems were previously attempted to be patched with "-Wl,--as-needed -lexecinfo -Wl,--no-as-needed" but this didn't work. So this line is now removed from Makefile, and proper flags are supplied to the link commands. Other port changes: * Take maintainership * Add missing RUN_DEPENDS for wish:x11-toolkits/tk-wrapper * Add CONFLICTS_BUILD * Fix MPICH_LIB_DEPENDS to point to net/mpich2 * patch the 'wish' path in configure Notes: svn path=/head/; revision=474828
* Mark these ports as broken on aarch64, and, where appropriate, on armvX.Mark Linimon2018-06-221-0/+2
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=473012
* 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
* Remove Doxygen generated directory manuals. They don't contain anythingTijl Coosemans2018-01-152-36/+2
| | | | | | | | | | important and their name contains the full path of directories which can be different on different build systems. Reported by: antoine Notes: svn path=/head/; revision=459111
* - Patch configure instead of configure.in so USE_AUTOTOOLS can be removed.Tijl Coosemans2018-01-145-922/+6433
| | | | | | | | | | | | | - Use upstream build system instead of do-build and do-install. - Rename DOCS option DOXYGEN. - Add EXAMPLES option. - Depend on MPICH 3 instead of 2. - Convert to USES=blaslapack. - Use more option helpers. - Update pkg-descr. Notes: svn path=/head/; revision=458994
* Remove USES=execinfo.Mathieu Arnold2017-09-221-1/+0
| | | | | | | | | | PR: 220271 Submitted by: mat (review), Yasuhiro KIMURA (PR) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11488 Notes: svn path=/head/; revision=450351
* 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
* 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
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-12-071-1/+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 Notes: svn path=/head/; revision=428057
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-9/+9
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Add missing manpageDmitry Marakasov2015-10-012-543/+538
| | | | | | | | | - Switch to options helpers and OPTIONS_SLAVE - Sort plist - Fix stage-qa for mpqc-mpich Notes: svn path=/head/; revision=398253
* - Fix shebangsDmitry Marakasov2015-06-111-2/+3
| | | | | | | MFH: 2015Q2 Notes: svn path=/head/; revision=389176
* 3 ports categories: Remove $PTHREAD_LIBSJohn Marino2015-03-241-1/+1
| | | | | | | | | Categories: print, science, emulators approved by: PTHREAD blanket Notes: svn path=/head/; revision=382185
* Cleanup plistAntoine Brodin2014-11-122-33/+4
| | | | Notes: svn path=/head/; revision=372500
* science/mpqc: Don't override libtool -version-info, bump dependent portsJohn Marino2014-09-252-58/+53
| | | | | | | | | | | | We accept SHLIB version changes when moving to USE=libtool, so stop overriding it with the intent of prevent library version changes, which is considered the better approach over the long term. Two ports are dependent on mpqc, so bump them for the second time today. requested by: tijl@ Notes: svn path=/head/; revision=369254
* science: Fix mpqc, libint and unbreak ghemical, and libghemical atomicallyJohn Marino2014-09-252-55/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Stage science/mpqc and science/mpqc-mpichJohn Marino2014-09-084-790/+786
| | | | | | | | | | | * reset maintainer * converted to options instead of WITH_* knobs * moved files/manpages to pkgplist * USES+= libtool * modernize Notes: svn path=/head/; revision=367610
* Chase the upgrade of net/mpich2.Thierry Thomas2014-08-261-1/+1
| | | | | | | Approved by: portmgr (non staged ports) Notes: svn path=/head/; revision=366262
* - Bump PORTREVISION to force rebuild of .la fileDmitry Marakasov2014-08-061-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=364235
* Convert a bunch of USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363371
* Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-293-0/+0
| | | | | | | '__' instead. Notes: svn path=/head/; revision=363362
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-141-6/+6
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=361812
* Convert GMAKE to MAKE_CMDBaptiste Daroussin2014-06-251-5/+5
| | | | | | | | | | Please note that lots of invocation of MAKE_CMD here are wrong as they do not properly respect MAKE_ENV and friends With hat: portmgr Notes: svn path=/head/; revision=359185
* support LDFLAGS (fixes libghemical)Maho Nakata2014-03-252-11/+6
| | | | | | | | PR: 187801 Submitted by: tijl@ Notes: svn path=/head/; revision=349105
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-1/+1
| | | | | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs) Notes: svn path=/head/; revision=347809
* Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most casesTijl Coosemans2014-02-161-13/+9
| | | | | | | | | | | | | | USE_GCC=yes has been omitted though. Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk. Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,... Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=344614
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331644
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | science) Notes: svn path=/head/; revision=327767
* - convert to the new perl5 frameworkAndrej Zverev2013-09-161-2/+1
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327380
* Rectify USE_TEX to support both of teTeX and TeXLive.Hiroki Sato2013-05-111-1/+1
| | | | | | | | | | | | TEX_DEFAULT: A knob to choose teTeX or TeXLive. One can specify in /etc/make.conf. USE_TEX: A knob for port developers. Valid keywords are listed in bsd.tex.mk. Notes: svn path=/head/; revision=317899
* Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetexHiroki Sato2013-05-061-1/+1
| | | | | | | instead to make migration to TeXLive easier. Notes: svn path=/head/; revision=317455
* Fix recent build on tinderbox. Somehow "sc_PsiCCSD_T.3" is notMaho Nakata2013-01-082-7/+10
| | | | | | | | | build on tinderbox, so I removed as a quick hack. pointed out by: beat@ Notes: svn path=/head/; revision=310064
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* adjust linking and comments in dependent ports after the math/atlas update;Brendan Fabeny2011-11-221-3/+3
| | | | | | | | | | | math/atlas-devel will be updated to use the same constructs at a later date PR: 162706 Approved by: miwi (portmgr) Feature safe: yes Notes: svn path=/head/; revision=286242
* Chase the upgrade of MPICH2.Thierry Thomas2011-02-262-5/+1
| | | | | | | | | | Since I'm there, pet portlint where needed, e.g. by removing oblsolete MD5 checksums. PR: ports/154715 Notes: svn path=/head/; revision=269786