[BACK]Return to options.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / parallel / mpi-ch

Annotation of pkgsrc/parallel/mpi-ch/options.mk, Revision 1.5

1.5     ! adam        1: # $NetBSD: options.mk,v 1.4 2017/04/29 18:18:52 adam Exp $
1.1       asau        2:
                      3: PKG_OPTIONS_VAR=       PKG_OPTIONS.mpich
1.4       adam        4: PKG_SUPPORTED_OPTIONS= debug f90
1.1       asau        5:
                      6: .include "../../mk/bsd.options.mk"
                      7:
1.4       adam        8: PLIST_VARS+=   f90
1.3       adam        9:
1.1       asau       10: .if !empty(PKG_OPTIONS:Mdebug)
                     11: CONFIGURE_ARGS+=       --enable-g=debug        # problems
                     12: INSTALL_UNSTRIPPED=    yes
                     13: .endif
                     14:
1.3       adam       15: .if !empty(PKG_OPTIONS:Mf90)
                     16: USE_LANGUAGES+=                fortran
1.4       adam       17: CONFIGURE_ARGS+=       --enable-fortran=yes
1.3       adam       18: PLIST.f90=             yes
                     19: .else
1.4       adam       20: CONFIGURE_ARGS+=       --enable-fortran=no
1.1       asau       21: .endif

CVSweb <webmaster@jp.NetBSD.org>