Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Dec 2015 10:20:12 -0500
From:      Richard Susgin <rhs.message@gmail.com>
To:        phd_kimberlite@yahoo.co.jp
Cc:        python@FreeBSD.org
Subject:   Re:
Message-ID:  <CACYo7rbFrnGrKs36fWNWF5%2B9EOXfJjQih3Ujgpy995e538ruPQ@mail.gmail.com>
In-Reply-To: <CACYo7raDyNm4-iPoJdJ7dxEMoVBNi31P-ukozs9H_A8bsbRR6A@mail.gmail.com>
References:  <CACYo7raDyNm4-iPoJdJ7dxEMoVBNi31P-ukozs9H_A8bsbRR6A@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Sorry, it is in fact there. It is symbolically linked in the same directory.


lrwxr-xr-x   1 root  wheel        16 Nov 23 21:12 libopenblas.so@ ->
libopenblas.so.0


root@rhs:/ # find / -name "libopenblas.so"
/usr/local/lib/libopenblas.so

So I can only assume that the link is not being followed? I mean that this
library is still an unresolved dependancy for py27-numpy.

root@rhs:/etc # pkg check -da

Checking all packages: 100%

py27-numpy has require a missing libraries: libopenblas.so<<<<<<<???>>>>>>>


On Sun, Nov 29, 2015 at 4:10 PM, Richard Susgin <rhs.message@gmail.com>
wrote:

> I cant seem to resolve this. I have completley rebuilt my installed
> packages
>
> <pkg upgrade -f> and still no go. I do not use ports. At all. Never!
>
> ##############################################################
>
> root@rhs:/etc # uname -a
>
> FreeBSD rhs.bsd 10.2-RELEASE-p7 FreeBSD 10.2-RELEASE-p7 #0: Mon Nov 2
>
> 14:19:39 UTC 2015 root@amd64-
>
> builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
>
> ##############################################################
>
> root@rhs:/etc # pkg check -da
>
> Checking all packages: 100%
>
> py27-numpy has require a missing libraries: libopenblas.so<<<<<<<???>>>>>>>
>
> ################################################################
>
> root@rhs:/etc # pkg info openblas
>
> openblas-0.2.14,1
>
> Name : openblas
>
> Version : 0.2.14,1
>
> Installed on : Fri Nov 27 15:18:25 2015 EST
>
> Origin : math/openblas
>
> Architecture : freebsd:10:x86:64
>
> Prefix : /usr/local
>
> Categories : math
>
> Licenses : BSD3CLAUSE
>
> Maintainer : phd_kimberlite@yahoo.co.jp
>
> WWW : https://github.com/xianyi/OpenBLAS
>
> Comment : Optimized BLAS library based on GotoBLAS2
>
> Options :
>
> AVX : off
>
> AVX2 : off
>
> DYNAMIC_ARCH : on
>
> INTERFACE64 : off
>
> OPENMP : off
>
> Shared Libs required:
>
> libquadmath.so.0
>
> libgfortran.so.3
>
> Annotations :
>
> repo_type : binary
>
> repository : FreeBSD
>
> Flat size : 145MiB
>
> Description :
>
> OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
>
> OpenBLAS is an open source project supported by
>
> Lab of Parallel Software and Computational Science, ISCAS.
>
>
> NOTE: If you want to specify your CPU microarchitecture manually,
>
> please use TARGET_CPU_ARCH knob, e.g., "make TARGET_CPU_ARCH=NEHALEM".
>
> This value is set TARGET build flag.
>
>
> WWW: https://github.com/xianyi/OpenBLAS
>
> #################################################################
>
> root@rhs:/etc # pkg info py27-numpy
>
> py27-numpy-1.10.1,1
>
> Name : py27-numpy
>
> Version : 1.10.1,1
>
> Installed on : Fri Nov 27 10:25:30 2015 EST
>
> Origin : math/py-numpy
>
> Architecture : freebsd:10:x86:64
>
> Prefix : /usr/local
>
> Categories : python math
>
> Licenses : BSD3CLAUSE
>
> Maintainer : python@FreeBSD.org
>
> WWW : http://www.numpy.org/
>
> Comment : The New Numeric Extension to Python
>
> Options :
>
> ATLAS : off
>
> DOCS : on
>
> NETLIB : on
>
> OPENBLAS : off
>
> SUITESPARSE : on
>
> TESTS : off
>
> Shared Libs required:
>
> libblas.so.2
>
> libpython2.7.so.1
>
> libgcc_s.so.1
>
> libquadmath.so.0
>
> liblapack.so.4
>
> libgfortran.so.3
>
> libopenblas.so
>
> Annotations :
>
> repo_type : binary
>
> repository : FreeBSD
>
> Flat size : 20.8MiB
>
> Description :
>
> The fundamental package needed for scientific computing with Python is
>
> called NumPy. This package contains:
>
>
> * a powerful N-dimensional array object
>
> * sophisticated (broadcasting) functions
>
> * basic linear algebra functions
>
> * basic Fourier transforms
>
> * sophisticated random number capabilities
>
> * tools for integrating Fortran code.
>
>
> NumPy derives from the old Numeric code base and can be used as a
>
> replacement for Numeric. It also adds the features introduced by numarray
>
> and can also be used to replace numarray.
>
>
> Note: Development for Numeric has ceased, and users should transisition to
>
> NumPy as quickly as possible.
>
>
> WWW: http://www.numpy.org/
>
> #############################################################
>
> root@rhs:/ # lsof | grep libopenblas.so
>
> lsof: WARNING: compiled for FreeBSD release 10.1-RELEASE-p24; this is 10.2-
>
> RELEASE-p7. This error is meaningless and trust me lsof is working.
>
> #############################################################
>
> root@rhs:/ # find / -name "openblas*"
>
> /usr/local/share/licenses/openblas-0.2.14,1
>
> /usr/ports/math/openblas
>
>
> So whats wrong?
>
>
> Rick
>
>
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CACYo7rbFrnGrKs36fWNWF5%2B9EOXfJjQih3Ujgpy995e538ruPQ>