Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
03 Aug 2022 17:30:41 22.1_1 |
Yuri Victorovich (yuri)  |
textproc/toml-f: Update 0.2.3 -> 0.3.0
Reported by: portscout |
04 Jul 2022 00:00:33 22.1 |
Piotr Kubaj (pkubaj)  |
science/dftbplus: unbreak on powerpc* / main
Builds fine. |
26 May 2022 06:52:58 22.1 |
Yuri Victorovich (yuri)  |
science/dftbplus: Update 21.2 -> 22.1
Major overhaul:
- add many options for dependencies
- use external packages instead of bundled dependencies
Reported by: portscout |
16 Jan 2022 23:30:33 21.2_1 |
Yuri Victorovich (yuri)  |
science/dftbplus: Fix tests |
16 Jan 2022 16:31:51 21.2 |
Yuri Victorovich (yuri)  |
science/dftbplus: Update 19.1 -> 21.2 |
25 May 2021 11:06:44 19.1_1 |
Piotr Kubaj (pkubaj)  |
science/dftbplus: fix BROKEN message |
19 May 2021 04:07:42 19.1_1 |
Yuri Victorovich (yuri)  |
science/dftbplus: Broken on aarch64, powerpc* due to lack of IEEE754 support in
gcc |
14 May 2021 21:29:29 19.1_1 |
Mark Linimon (linimon)  |
science/dftbplus: mark BROKEN the same way on powerc64le/aarch64
as already marked on powerpc64.
Approved by: portmgr (tier-2 blanket) |
07 Apr 2021 08:09:01 19.1_1 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 19.1_1 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
17 Nov 2020 22:28:17
19.1_1 |
linimon  |
Add workaround for new failure with Fortran GCC 10 frontend:
Type mismatch between actual argument at (1) and actual argument at (2)
(COMPLEX(8)/CHARACTER(*)).
PR: 246700
Approved by: maintainer |
20 May 2020 00:36:40
19.1_1 |
yuri  |
science/dftbplus: Change to python3. |
18 May 2020 01:32:36
19.1 |
linimon  |
Mark as BROKEN on powerpc64:
lbfgs.f90:18:19:
18 | use, intrinsic :: ieee_arithmetic
Fatal Error: Cannot find an intrinsic module named 'ieee_arithmetic' at (1)
Approved by: portmgr (tier-2 blanket) |
23 Feb 2020 15:25:53
19.1 |
antoine  |
Deprecate a few ports
With hat: portmgr |
03 Aug 2019 19:59:35
19.1 |
yuri  |
science/dftbplus: Update 18.2 -> 19.1
Reported by: portscout |
26 Jul 2019 20:46:57
18.2_8 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
03 Jul 2019 10:05:47
18.2_7 |
tobik  |
science/dftbplus: Unbreak build with GCC 9
/usr/local/bin/ld: coulomb.o: in function `__coulomb_MOD_invrstress._omp_fn.0':
coulomb.f90:(.text+0x42): undefined reference to
`GOMP_loop_maybe_nonmonotonic_runtime_start'
/usr/local/bin/ld: coulomb.f90:(.text+0x176): undefined reference to
`GOMP_loop_maybe_nonmonotonic_runtime_next'
/usr/local/bin/ld: coulomb.o: in function `__coulomb_MOD_invrstress._omp_fn.1':
coulomb.f90:(.text+0xfbc): undefined reference to
`GOMP_loop_maybe_nonmonotonic_runtime_start'
/usr/local/bin/ld: coulomb.f90:(.text+0x1172): undefined reference to
`GOMP_loop_maybe_nonmonotonic_runtime_next'
[...]
PR: 238666
Submitted by: jbeich
Reported by: antoine (via exp-run in PR 238330)
Approved by: yuri (maintainer timeout, 2 weeks) |
19 May 2019 02:47:01
18.2_6 |
yuri  |
science/dftbplus: Fix libomp.so in LDFLAGS (this also might fix the breakage on
13) |
08 May 2019 16:05:53
18.2_6 |
jbeich  |
devel/openmp: phase out
- 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 |
22 Apr 2019 13:16:34
18.2_5 |
gerald  |
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.
Suggested by: tijl |
05 Jan 2019 15:14:26
18.2_4 |
antoine  |
- science/dftbplus is not compatible with python3
- clean up plist
PR: 234633 |
12 Dec 2018 01:35:36
18.2_4 |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
04 Oct 2018 21:10:42
18.2_3 |
yuri  |
science/dftbplus science/mbdyn science/octopus: Change from math/arpack to
math/arpack-ng |
22 Sep 2018 16:36:38
18.2_2 |
yuri  |
Change 20 ports from net/mpich2 to net/mpich
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 |
13 Sep 2018 19:16:13
18.2_1 |
yuri  |
science/dftbplus: Correct license; Correct patches
Port changes:
* Change LICENSE to GPLv3: LGPL3+ combined with GPLv1+ yields GPLv3
* Remove some unnecessary patches, also correct patch, binaries don't change |
13 Sep 2018 17:38:23
18.2_1 |
yuri  |
science/dftbplus: Update license; Add the 'test' target; etc.
Port changes:
* Fix the mistake in LICENSE
* Add the 'test' target, bundle the test potentials for it
* Update COMMENT to include a commonly known name for this package
* Pass build params via MAKE_ARGS, remove unnecessary patch related to this
* Add a patch to the makefile to print build parameters |
13 Sep 2018 00:26:41
18.2_1 |
yuri  |
science/dftbplus: Fix ARPACK handling; Link with clang; etc
* ARPACK option is for non-MPI build only
* Make it link using clang
* Add openmp dependency |
12 Sep 2018 22:25:20
18.2 |
yuri  |
New port: science/dftbplus: Package for performing fast atomistic simulations |