Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F11222125
configure.ac
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
759 B
Subscribers
None
configure.ac
View Options
AC_PREREQ([2.59])
AC_INIT([npstat], [5.3.0])
AM_INIT_AUTOMAKE([foreign])
AM_EXTRA_RECURSIVE_TARGETS([python])
AC_CONFIG_MACRO_DIR([m4])
dnl Make sure FFTW and Geners are installed
PKG_CHECK_MODULES([DEPS], [fftw3 >= 3.1.2 geners >= 1.3.0 kstest >= 2.0.0])
AC_PROG_CXX
dnl Options needed to include fortran libraries
dnl Certain parts of this package rely upon LAPACK and BLAS
AC_F77_LIBRARY_LDFLAGS
AC_PROG_INSTALL
dnl Set the default destination directory
AC_PREFIX_DEFAULT([/usr/local])
dnl Enable libtool
AC_PROG_LIBTOOL
AC_OUTPUT([Makefile npstat/nm/Makefile npstat/rng/Makefile npstat/stat/Makefile npstat/wrap/Makefile npstat/interfaces/Makefile npstat/emsunfold/Makefile npstat/Makefile examples/C++/Makefile npstat/swig/Makefile npstat.pc])
File Metadata
Details
Attached
Mime Type
text/x-m4
Expires
Wed, May 14, 11:27 AM (16 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5111431
Default Alt Text
configure.ac (759 B)
Attached To
rNPSTATSVN npstatsvn
Event Timeline
Log In to Comment