gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r6088: update pari to 2.11.1-pre2


From: Carl Hansen
Subject: [Gsrc-commit] trunk r6088: update pari to 2.11.1-pre2
Date: Mon, 26 Nov 2018 04:45:58 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 6088
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Mon 2018-11-26 01:45:52 -0800
message:
  update pari to 2.11.1-pre2
modified:
  pkg/other/pari/Makefile        makefile-20181116083036-0ikpsg0z3j7lz473-4
  pkg/other/pari/config.mk       config.mk-20181116083036-0ikpsg0z3j7lz473-2
=== modified file 'pkg/other/pari/Makefile'
--- a/pkg/other/pari/Makefile   2018-11-25 09:56:07 +0000
+++ b/pkg/other/pari/Makefile   2018-11-26 09:45:52 +0000
@@ -52,24 +52,25 @@
 # HINT: bug, need '-lcurses' if using readline
 LDFLAGS+=-lcurses
 
+
 configure-doconf:
-       cd $(WORKSRC) &&  ./Configure    $(CONFIGURE_OPTS)
+       cd $(WORKSRC) &&  ./Configure   --prefix=$(prefix)/ $(CONFIGURE_OPTS)
        $(MAKECOOKIE)
 
 build-gpanddoc:
        cd $(WORKSRC) &&  $(MAKE) all
        $(MAKECOOKIE)
 
-pre-install:
-       echo PREINSTALL   $(packageprefix)
-       mkdir -p  $(packageprefix)
-       #echo mkdir -p $(prefix)/packages/$(DISTNAME)
-       #mkdir -p $(prefix)/packages/$(DISTNAME)
-       $(MAKE) V=1 -C $(WORKSRC) -f Makefile DESTDIR=/ install 
-       rm -rf  $(prefix)/packages/$(DISTNAME)/packages 
-       cd  $(prefix)/packages/$(DISTNAME)/ && ls -Ra  && cp -ra ./*  
$(packageprefix)
-       #rm -rf  $(packageprefix)/packages 
-       #rm -rf  $(prefix)/packages/$(DISTNAME)/packages 
+
+pre-install:  build
+       mkdir -p $(prefix)/packages/$(DISTNAME)
+       mkdir -p $(prefix)/packages/$(DISTNAME)-DEST
+       $(MAKE) V=1 -C $(WORKSRC) -f Makefile 
DESTDIR=$(prefix)/packages/$(DISTNAME)-DEST   install 
        $(MAKECOOKIE)
 
 
+# run benchmarks on uninstalled binary, if interested
+bench:
+       $(MAKE)  -C $(WORKSRC) -f Makefile  bench
+       
+

=== modified file 'pkg/other/pari/config.mk'
--- a/pkg/other/pari/config.mk  2018-11-21 18:37:37 +0000
+++ b/pkg/other/pari/config.mk  2018-11-26 09:45:52 +0000
@@ -1,5 +1,5 @@
 ## Configuration options ##
 ## adjust as needed
 
-CONFIGURE_OPTS ?= --with-gmp   --graphic=qt  --with-qt 
--prefix=$(prefix)/packages/$(DISTNAME)
+CONFIGURE_OPTS ?= --with-gmp   --graphic=qt  --with-qt 
 BUILD_OPTS ?= 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]