From owner-freebsd-python@freebsd.org Wed Dec 2 15:20:14 2015 Return-Path: Delivered-To: freebsd-python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0923A3E109 for ; Wed, 2 Dec 2015 15:20:13 +0000 (UTC) (envelope-from rhs.message@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id D0DDE111A for ; Wed, 2 Dec 2015 15:20:13 +0000 (UTC) (envelope-from rhs.message@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id CFD82A3E108; Wed, 2 Dec 2015 15:20:13 +0000 (UTC) Delivered-To: python@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF57AA3E105 for ; Wed, 2 Dec 2015 15:20:13 +0000 (UTC) (envelope-from rhs.message@gmail.com) Received: from mail-io0-x22a.google.com (mail-io0-x22a.google.com [IPv6:2607:f8b0:4001:c06::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9B4181118 for ; Wed, 2 Dec 2015 15:20:13 +0000 (UTC) (envelope-from rhs.message@gmail.com) Received: by ioc74 with SMTP id 74so48564068ioc.2 for ; Wed, 02 Dec 2015 07:20:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=pfRXDG7bucIKFR8T5IYHN9L+cTS1QMnWE31HYVDxxxY=; b=S6myvO0y+3yIfbY397svj4JtVvWvzSLSAhzY0XPLqoGtHwulX9uhUgkYvGvfOtzXek in1+pElnx9BKsddsDLC+VD+0mVVL8B53FPavqkl7s7r4bAwKVbJXvfTR/2MRZ7tT9w0S KxWoluEa4cSl2pMuYq4AC08gBsQhomay4QIO/0UPDwpmxcY7Vt6vmPd0ySthWIs0G8ON EHCYP5Vze+f6HaSX7+eO3nESANteI4GHdvsUianJN1fhlnlJqjOBpz5PE4VLPiZnCnoV YNNbsHVZ8ktnl5RudI3aqoTjMmjhOJ9Q7u2/f42+JJVH4CMch6Fa5IHwC5J1YmJC9L6Q XUKQ== MIME-Version: 1.0 X-Received: by 10.107.138.194 with SMTP id c63mr4821858ioj.103.1449069613015; Wed, 02 Dec 2015 07:20:13 -0800 (PST) Received: by 10.79.98.71 with HTTP; Wed, 2 Dec 2015 07:20:12 -0800 (PST) In-Reply-To: References: Date: Wed, 2 Dec 2015 10:20:12 -0500 Message-ID: Subject: Re: From: Richard Susgin To: phd_kimberlite@yahoo.co.jp Cc: python@FreeBSD.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Dec 2015 15:20:14 -0000 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 wrote: > I cant seem to resolve this. I have completley rebuilt my installed > packages > > 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 > > >