[Pkg-scicomp-devel] openmx/trunk [BROKEN EMAIL]


Sun Jul 1 12:44:33 UTC 2007


SVN commit 1608 by certik-guest:

[svn-inject] Applying Debian modifications to trunk

 AM            openmx/trunk/debian (directory)  
 A             openmx/trunk/debian/README.Debian  
 A             openmx/trunk/debian/changelog  
 A             openmx/trunk/debian/compat  
 A             openmx/trunk/debian/control  
 A             openmx/trunk/debian/copyright  
 A             openmx/trunk/debian/dirs  
 A             openmx/trunk/debian/docs  
 A             openmx/trunk/debian/openmx.xml  
 AM            openmx/trunk/debian/rules  
 A             openmx/trunk/debian/watch  
 M  +8 -5      openmx/trunk/source/makefile  


** openmx/trunk/debian #property changes
Name: mergeWithUpstream
   + 1
** openmx/trunk/debian/rules #property changes
Name: svn:executable
   + *
--- openmx/trunk/source/makefile #1607:1608
@@ -95,8 +95,11 @@
 
 
 
-CC      = gcc -O3 -Dnompi -I/usr/local/include -I/home/ozaki/include
-LIB     = -L/usr/local/lib -lfftw3 -llapack -lblas -lg2c -static
+#CC      = gcc -O3 -Dnompi -I/usr/local/include -I/home/ozaki/include
+#LIB     = -L/usr/local/lib -lfftw3 -llapack -lblas -lg2c -static
+#CC      = gcc -O3 -Dnompi
+CC      = gcc -Dnompi
+LIB     = -lfftw3 -llapack -lblas -lg2c
 
 
 
@@ -537,7 +540,7 @@
 
 install:	$(PROG)
 	strip $(PROG)
-	cp $(PROG) $(DESTDIR)/$(PROG)
+	cp $(PROG) $(DESTDIR)/usr/bin/$(PROG)
 
 #
 #
@@ -545,8 +548,8 @@
 #
 #
 
-clean:	$(PROG) $(OBJS)
-	rm $(PROG) $(OBJS)
+clean:	
+	rm -f $(PROG) $(OBJS)
 
 #
 #



More information about the Pkg-scicomp-devel mailing list