[SCM] CERNLIB is a suite of data analysis tools and libraries created for use in physics experiments, but also with applications to other fields such as the biological sciences branch, debian-patches/2006-dfsg3-0, updated. cda72ebfe00236b43ba813e81921af4f37b14b5c

Bastien ROUCARIÈS roucaries.bastien at gmail.com
Mon Mar 14 21:53:08 UTC 2011


The following commit has been merged in the debian-patches/2006-dfsg3-0 branch:
commit f486f494b300b7bd0c13378b8713b07200499c32
Author: Bastien ROUCARIÈS <roucaries.bastien at gmail.com>
Date:   Thu Mar 10 18:57:08 2011 +0100

    Add exemples file from minuit
    
    Compile example files from minuit as cernminuit

diff --git a/Makefile.am b/Makefile.am
index 3c415c2..1ee387a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,7 @@
 ACLOCAL_AMFLAGS=-I m4
 
 lib_LTLIBRARIES = 
+bin_PROGRAMS =
 
 ##########
 # MINUIT #
@@ -45,6 +46,12 @@ libcernpackminuit_la_includedir= $(includedir)/$(LIBCERNINCLUDEDIR)/minuit
 libcernpackminuit_la_include_HEADERS = src/packlib/minuit/minuit/d506cm.inc src/packlib/minuit/minuit/d506dp.inc \
 	                               src/cfortran/minuit.h
 
+# program cernminuit
+bin_PROGRAMS += cernminuit
+cernminuit_SOURCES = src/packlib/minuit/examples/fcnk0.F src/packlib/minuit/examples/minexam.F
+cernminuit_FFLAGS = -I src/packlib/minuit $(CERN_FFLAGS)
+cernminuit_LDADD = libcernpackminuit.la
+
 # n part of mathlib
 lib_LTLIBRARIES += libcernmathn.la
 libcernmathn_la_SOURCES = src/mathlib/gen/n/mtlprt.F src/mathlib/gen/n/mtlset.F

-- 
CERNLIB is a suite of data analysis tools and libraries created for use in physics experiments, but also with applications to other fields such as the biological sciences



More information about the debian-science-commits mailing list