Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Sep 2019 18:45:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        fortran@FreeBSD.org
Subject:   [Bug 240904] math/suitesparse: drop USES=fortran
Message-ID:  <bug-240904-37611-9UN4LAcqUY@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-240904-37611@https.bugs.freebsd.org/bugzilla/>
References:  <bug-240904-37611@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D240904

Thierry Thomas <thierry@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thierry@FreeBSD.org

--- Comment #1 from Thierry Thomas <thierry@FreeBSD.org> ---
$ grep  -i fortran ./SuiteSparse_config/SuiteSparse_config.mk
        BLAS =3D -lrefblas -lgfortran -lstdc++
            # use the Intel ifort compiler for Fortran codes
    # standard Fortran LAPACK along with OpenBLAS to obtain very good
    #   make BLAS=3D'-lacml -lgfortran'
    # Fortran compiler (not required for 'make' or 'make library')
    # A Fortran compiler is optional.  Only required for the optional Fortr=
an
    F77 ?=3D gfortran
        ## BLAS =3D -lrefblas -lgfortran
        @echo 'Fortran compiler:         F77=3D            ' '$(F77)'
        @echo 'Fortran flags:            F77FLAGS=3D       ' '$(F77FLAGS)'

So it seems that Fortran is optional:

    # A Fortran compiler is optional.  Only required for the optional Fortr=
an
    # interfaces to AMD and UMFPACK.  Not needed by 'make' or 'make install'

Does anyone need these interfaces?

Note: if we adopt the proposed patch, maintainership should be dropped from
fortran mailing list.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-240904-37611-9UN4LAcqUY>