Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Apr 1997 19:40:01 -0700 (PDT)
From:      asami@vader.cs.berkeley.edu (Satoshi Asami)
To:        tg@freefall.FreeBSD.ORG
Cc:        CVS-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-ports@FreeBSD.org
Subject:   Re: cvs commit:  ports/math/numpy - Imported sources
Message-ID:  <199704290240.TAA15419@silvia.HIP.Berkeley.EDU>
In-Reply-To: <199704280923.CAA05171@freefall.freebsd.org> (message from Thomas Gellekum on Mon, 28 Apr 1997 02:23:00 -0700 (PDT))

index | next in thread | previous in thread | raw e-mail

 *   Import of the NumPy port. The Numeric extensions to Python contain
 *   multi-dimensional arrays and interfaces to the lapack-, fftpack-
 *   and ranlib-libraries from netlib.

Thanks, it compiles but:

===
## make package
 :
===>  Building package for numpy-1.0b3
Creating package /usr/ports/packages/All/numpy-1.0b3.tgz
Registering depends: lapack-2.0 ranlib-1.0.
Creating gzip'd tar ball in '/usr/ports/packages/All/numpy-1.0b3.tgz'
tar: can't add file share/python1.4/NumPy/fftpackmodule.so : No such file or directory
tar command failed with code 256
*** Error code 1

Stop.
## ls /usr/local/share/python1.4/NumPy/                
total 624
  7 ArrayPrinter.py               3 Precision.py
  9 ArrayPrinter.pyc              4 Precision.pyc
  2 FFT.py                        1 RandomArray.py
  4 FFT.pyc                       3 RandomArray.pyc
 11 LinearAlgebra.py              3 UserArray.py
 13 LinearAlgebra.pyc             7 UserArray.pyc
  4 MLab.py                     112 fast_umathmodule.so*
  8 MLab.pyc                     90 fftpack.so*
  1 Matrix.py                    69 lapack_litemodule.so*
  2 Matrix.pyc                   78 multiarraymodule.so*
  8 Numeric.py                   59 ranlibmodule.so*
 14 Numeric.pyc                 112 umathmodule.so*
## grep '.*.so' pkg/PLIST
share/python1.4/NumPy/fast_umathmodule.so
share/python1.4/NumPy/fftpackmodule.so
share/python1.4/NumPy/lapack_litemodule.so
share/python1.4/NumPy/multiarraymodule.so
share/python1.4/NumPy/ranlibmodule.so
share/python1.4/NumPy/umathmodule.so
## 
===

Can I just change the PLIST entry to "fftpack.so", or is there
some other error that prevented it from being called with the
"module.so" suffix?

Satoshi


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704290240.TAA15419>