1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Mark broken on 4.x: configure fails to use the Fortran compiler.

Reported by:	pointyhat via Kris
This commit is contained in:
Thierry Thomas 2006-08-07 22:21:38 +00:00
parent 6e510207b5
commit af2d186888
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170037

View File

@ -71,6 +71,8 @@ WITHOUT_SUPERLU= yes
.if !${OSVERSION} < 500039
F77?= f77
.else
BROKEN= the Fortran compiler does not work
.endif
.if exists(${MPIDIR}/bin/mpicc) && !defined(WITHOUT_MPI)