Edit

IABSD.fr/ports/math/superlu/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2025-01-11 12:29:11
    Hash : c4cb4475
    Message : set USE_NOBTCFI-aarch64 for ports using Fortran libraries that aren't covered by the existing setting in fortran.port.mk r1.18.

  • math/superlu/Makefile
  • USE_NOBTCFI-aarch64 =	Yes# fortran
    
    COMMENT =	library for solving sparse linear equation systems
    
    
    GH_ACCOUNT =	xiaoyeli
    GH_PROJECT =	superlu
    GH_TAGNAME =	v6.0.1
    REVISION =	1
    
    SHARED_LIBS +=	superlu	1.0	# 6.0.0
    
    CATEGORIES =	math
    
    HOMEPAGE =	https://portal.nersc.gov/project/sparse/superlu/
    
    # Mostly BSD
    PERMIT_PACKAGE = Yes
    
    WANTLIB +=	m blas
    
    MODULES =	devel/cmake
    
    LIB_DEPENDS =	math/lapack
    
    CONFIGURE_ARGS += -DBUILD_SHARED_LIBS=ON
    CONFIGURE_ARGS += -DUSE_XSDK_DEFAULTS=ON
    CONFIGURE_ARGS += -DXSDK_ENABLE_Fortran=OFF
    
    
    .include <bsd.port.mk>