[SCM] general-purpose neural simulator branch, master, updated. upstream/2.3-16-ga91a97a

Gabriele Giacone 1o5g4r8o at gmail.com
Sat Dec 10 23:08:00 UTC 2011


The following commit has been merged in the master branch:
commit 89974c0ebf27aa559beb494f79ff3fcfe52853df
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date:   Sat Dec 10 18:24:54 2011 +0100

    Add needed libs.

diff --git a/debian/patches/002_makefiles.diff b/debian/patches/002_makefiles.diff
new file mode 100644
index 0000000..57269a4
--- /dev/null
+++ b/debian/patches/002_makefiles.diff
@@ -0,0 +1,27 @@
+Description: Add needed libs.
+Author: Gabriele Giacone <1o5g4r8o at gmail.com>
+
+--- a/src/Makefile.dist
++++ b/src/Makefile.dist
+@@ -1290,8 +1290,9 @@ SPRNGLIB   = $(SPRNGDIR)/lib/lib$(SPRNG_LIB).a
+ ## LIBS the link libraries (not including X11)
+ ##
+ 
+-# LIBS 	= 	$(LEXLIB) -lm
++LIBS 	= 	$(LEXLIB) -lm -lnetcdf
+ 
++TERMCAP = -lcurses
+ 
+ # ----------------------------------------------------------------------
+ # F. BEGINNING OF NON-CONFIGURABLE DEFINITIONS
+@@ -1307,8 +1307,8 @@ INSTALLBIN     = $(INSTALLDIR)/bin
+ #
+ 
+ XLIBS =		-L$(XLIB) \
+-		-lXt \
+-		-lX11
++		-lX11 \
++		-lXt
+ 
+ RCSRELEASE =	DR2-2-P1
+ MF = 		Makefile.$(MACHINE)
diff --git a/debian/patches/series b/debian/patches/series
index 6a2295d..ec13e18 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,5 +1,6 @@
 000_makefiles.diff
 001_makefiles.diff
+002_makefiles.diff
 #100_ctrl_d_quits.diff
 100_gnu_kfreebsd.diff
 #100_headers_path.diff

-- 
general-purpose neural simulator



More information about the debian-science-commits mailing list