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

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/parallel/mpi-ch/options.mk between version 1.1 and 1.4

version 1.1, 2010/12/17 02:47:18 version 1.4, 2017/04/29 18:18:52
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 PKG_OPTIONS_VAR=        PKG_OPTIONS.mpich  PKG_OPTIONS_VAR=        PKG_OPTIONS.mpich
 PKG_SUPPORTED_OPTIONS=  debug mpich-mpd threads  PKG_SUPPORTED_OPTIONS=  debug f90
 PKG_SUGGESTED_OPTIONS=  threads  
   
 .include "../../mk/bsd.options.mk"  .include "../../mk/bsd.options.mk"
   
   PLIST_VARS+=    f90
   
 .if !empty(PKG_OPTIONS:Mdebug)  .if !empty(PKG_OPTIONS:Mdebug)
 CONFIGURE_ARGS+=        --enable-g=debug        # problems  CONFIGURE_ARGS+=        --enable-g=debug        # problems
 INSTALL_UNSTRIPPED=     yes  INSTALL_UNSTRIPPED=     yes
 .endif  .endif
   
 .if !empty(PKG_OPTIONS:Mthreads)  .if !empty(PKG_OPTIONS:Mf90)
 CONFIGURE_ARGS+=        --with-thread-package=posix # aka pthreads  USE_LANGUAGES+=         fortran
 .include "../../mk/pthread.buildlink3.mk"  CONFIGURE_ARGS+=        --enable-fortran=yes
 .endif  PLIST.f90=              yes
   .else
 # Allow coexistance of MPICH2 and musicpd by disabling MPICH2 parts:  #USE_LANGUAGES+=                fortran77
 .if !empty(PKG_OPTIONS:Mmpich-mpd)  #CONFIGURE_ARGS+=       --enable-fortran=f77
 CONFLICTS+=     musicpd-[0-9]*  # installs bin/mpd  CONFIGURE_ARGS+=        --enable-fortran=no
 REPLACE_PYTHON+=        src/pm/mpd/*.py src/pm/mpd/test/*.py  
 CONFIGURE_ARGS+=        --with-pm=hydra:mpd:gforker  
 PLIST_SRC+=     PLIST.mpd  
 .include "../../lang/python/application.mk"  
 .endif  .endif
   
 PLIST_SRC+=     PLIST  

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.4

CVSweb <webmaster@jp.NetBSD.org>