aboutsummaryrefslogtreecommitdiff
path: root/science/wannier90/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* science/wannier90: Rename the shared library libwannier90.so -> ↵Yuri Victorovich2021-01-021-5/+5
| | | | | | | | | libwannier.so to match the static library name that it creates Project makefiles have LIBRARY=libwannier.a Notes: svn path=/head/; revision=559899
* science/wannier90: Fix registration of libwannier in ldconfig by adding the ↵Yuri Victorovich2020-12-271-6/+14
| | | | | | | | | | symlink; Add the 'test' target. PR: 252162 Submitted by: thierry Notes: svn path=/head/; revision=559333
* science/wannier90: Update 3.0.0 -> 3.1.0Yuri Victorovich2020-03-081-1/+1
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=527993
* science/wannier90: Update 2.1.0 -> 3.0.0Yuri Victorovich2019-08-041-4/+5
| | | | | | | The project moved to GitHub. Notes: svn path=/head/; revision=508049
* 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
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+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
* New port: science/wannier90: Maximally-localized Wannier functions (MLWFs) ↵Yuri Victorovich2018-09-031-0/+37
and Wannier90 Notes: svn path=/head/; revision=478841