Line # Revision Author
1 3 ahitrov@rambler.ru --- Makefile.PL.orig Tue Apr 1 15:46:16 2008
2 +++ Makefile.PL Tue Apr 1 15:47:02 2008
3 @@ -44,7 +44,7 @@
4 EOP
5
6 if ($common::parilib) {
7 - $pari_version = '2001004'; # XXXX How to get a correct one?
8 + $pari_version = '2003000'; # XXXX How to get a correct one?
9 $define = '-DNO_HIGHLEVEL_PARI';
10 print <<EOP;
11 Trying to use existing PARI library (at $common::parilib)
12 @@ -157,7 +157,7 @@
13 # the contents of the Makefile being created.
14 &WriteMakefile(
15 LIBS => $libs,
16 - INC => $extra_inc . ' -I$(PARI_DIR)/src/headers -I$(PARI_DIR)/src -I./libPARI',
17 + INC => '-I$(PREFIX)/include/pari -I$(PARI_DIR)/src',
18 NAME => 'Math::Pari',
19 ($common::parilib ? () :
20 (MYEXTLIB => 'libPARI/libPARI$(LIB_EXT)')),