1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

science/mdynamix: drop BROKEN after 6855288383

Only builds Fortran files, so the actual error was:

mpif77 -O -Wl,-rpath=/usr/local/lib/gcc11 -fallow-argument-mismatch -ffast-math  -c -o util.o util.f
gfortran   -O -Wl,-rpath=/usr/local/lib/gcc11 -fallow-argument-mismatch -ffast-math  -c -o util.o util.f
[...]
gfortran   -Wl,-rpath=/usr/local/lib/gcc11  -L/usr/local/lib/gcc11 -B/usr/local/bin -fstack-protector-strong  -o md aver.o cpu_intel.o input.o forces.o main.o mdee.o mdstep.o restart.o scalar.o service.o setup.o util.o
util.o: file not recognized: file format not recognized
collect2: error: ld returned 1 exit status

https://lists.freebsd.org/archives/freebsd-pkg-fallout/2022-December/294928.html

This reverts commit 5a6b6b3745.
This commit is contained in:
Jan Beich 2023-02-18 22:24:16 +00:00
parent f3c59ad126
commit 6fb01cd31f

View File

@ -11,8 +11,6 @@ WWW= http://www.fos.su.se/~sasha/mdynamix/
LICENSE= GPLv2+
BROKEN_FreeBSD_12= error: invalid value 'gnu++2b' in '-std=gnu++2b'
LIB_DEPENDS= libmpich.so:net/mpich
USES= fortran gmake