aboutsummaryrefslogtreecommitdiff
path: root/science/fleur
Commit message (Collapse)AuthorAgeFilesLines
* */*: Change DISTVERSION to have a hyphen when it refers to a specific revisionYuri Victorovich2022-12-011-1/+1
| | | | | When DISTVERSION contains the real version and a revision modifier, such modifier should be separated with '-', not '.'
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* science/hdf5: bump PORTREVISION of consumersTobias C. Berner2022-07-201-0/+1
| | | | | | | The SO-version increased in the update to 1.12.2 in a43418b81530f7e897abfbe18dd59f44265a1a0f . Reported by: VVD <vvd@unislabs.com>
* science/fleur: Update 5.1.20220103 -> 6.0.20220715Yuri Victorovich2022-07-174-30/+51
|
* textproc/libxml2: bump all LIB_DEPENDS consumersCharlie Li2022-04-101-1/+1
| | | | | | | | This is a separate commit to facilitate easier cherry-picking for quarterly. PR: 262853, 262940, 262877, 263126 Approved by: fluffy (mentor)
* textproc/libxml2: bump all dependenciesMatthias Fechner2022-03-261-0/+1
| | | | | This should make sure that all dependent ports will pick up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246
* science/fleur: Broken on aarch64Yuri Victorovich2022-03-201-0/+2
| | | | Reported by: fallout
* science/fleur: Fix typo in USESYuri Victorovich2022-01-051-1/+1
|
* science/fleur: Re-add port: FLAPW code for atomic computations in quantum ↵Yuri Victorovich2022-01-053-0/+81
| | | | chemistry and physics
* Remove expired ports:Rene Ladan2020-08-278-193/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2020-08-26 audio/timidity++-tcltk: Broken for more than 6 months 2020-08-26 biology/pbcopper: Broken for more than 6 months 2020-08-26 devel/ace: Broken for more than 6 months 2020-08-26 devel/bin86: Broken for more than 6 months 2020-08-26 devel/erlang-oserl: Broken for more than 6 months 2020-08-20 emulators/qemu40: Please consider using qemu or qemu41 2020-08-26 games/linux-darwinia-demo: Broken for more than 6 months 2020-08-26 games/linux-defcon: Broken for more than 6 months 2020-08-26 games/linux-uplink-demo: Broken for more than 6 months 2020-08-26 games/xevil: Broken for more than 6 months 2020-08-26 games/xminesweep: Broken for more than 6 months 2020-08-26 graphics/backfract: Broken for more than 6 months 2020-08-26 japanese/kanjipad: Broken for more than 6 months 2020-08-26 japanese/xdtp: Broken for more than 6 months 2020-08-26 korean/hpscat: Broken for more than 6 months 2020-08-26 math/barvinok: Broken for more than 6 months 2020-08-26 math/openmesh: Broken for more than 6 months 2020-08-26 math/rehearse: Broken for more than 6 months 2020-08-26 net/hinfo: Broken for more than 6 months 2020-08-26 science/fleur: Broken for more than 6 months 2020-08-26 science/lm: Broken for more than 6 months 2020-08-26 security/ddos_scan: Broken for more than 6 months 2020-08-26 security/gag: Broken for more than 6 months 2020-08-26 security/py-keystone: Broken for more than 6 months 2020-08-26 sysutils/mono-kmod: mastersite disappeared, unfetchable 2020-08-26 x11-themes/gtk-cleanice-engine: Broken for more than 6 months 2020-08-26 x11-wm/aewm: Broken for more than 6 months Notes: svn path=/head/; revision=546333
* Deprecate ports broken for more than 6 monthsAntoine Brodin2020-07-261-0/+2
| | | | Notes: svn path=/head/; revision=543440
* Bump 46 ports depending on math/openblas because the after the recent ↵Yuri Victorovich2020-05-061-1/+1
| | | | | | | math/openblas update the library name changed in openblas. Notes: svn path=/head/; revision=534185
* 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
* Update devel/cmake to latest upstream release, 3.16.2Adriaan de Groot2020-01-061-0/+2
| | | | | | | | | | | | | | | | | | This new release has support for the latest Boost, Objective-C and various small improvements. The release notes are at: https://cmake.org/cmake/help/v3.16/release/3.16.html Two ports could not be persuaded to build with this new release (math/openmesh science/fleur) and are marked BROKEN. Other build fixes have already been done in-tree. Thanks antoine@ for the exp-runs (multiple). Thanks tcberner@ for prep-work (most of the work, actually). PR: 242254 Notes: svn path=/head/; revision=522222
* science/fleur: Spell HDF5_CMAKE_ON correctlyTobias Kortkamp2019-10-061-1/+1
| | | | | | | Untested since the option is marked as broken. Notes: svn path=/head/; revision=513877
* 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 science/hdf5 to 1.10.4Sunpoet Po-Chuan Hsieh2019-01-051-1/+1
| | | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://portal.hdfgroup.org/display/support/HDF5%201.10.4#releasenotes PR: 233070 Submitted by: wen Notes: svn path=/head/; revision=489412
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* 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
* Change 20 ports from net/mpich2 to net/mpichYuri Victorovich2018-09-222-5/+5
| | | | | | | | | | | | | mpich2 is the obsolete version 2.x, mpich is at the current version 3.x Ports: math/scalapack science/nwchem science/quantum-espresso science/qmcpack science/madness science/qbox science/openmx science/jdftx science/fleur science/libgridxc science/mdynamix science/lm science/dftbplus science/py-gpaw devel/ga math/elpa net/charm science/gromacs math/pari math/arpack-ng-mpich Notes: svn path=/head/; revision=480395
* science/fleur: Add the forgotten patches.Yuri Victorovich2018-09-035-0/+116
| | | | Notes: svn path=/head/; revision=478847
* science/fleur: Add WANNIER option to use Wannier libraryYuri Victorovich2018-09-031-3/+9
| | | | Notes: svn path=/head/; revision=478842
* science/fleur: Add port options for libraries: mpi, scalapack, elpa, hdf5Yuri Victorovich2018-09-031-0/+32
| | | | Notes: svn path=/head/; revision=478838
* New port: science/fleur: FLAPW code for atomic computations in quantum ↵Yuri Victorovich2018-09-023-0/+35
chemistry and physics Notes: svn path=/head/; revision=478820