From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vicente Olivert Riera Date: Thu, 19 May 2016 11:55:58 +0100 Subject: [Buildroot] [PATCH v3 next] openblas: new package In-Reply-To: <20160519101735.GX2178@tarshish> References: <1463652602-3276-1-git-send-email-Vincent.Riera@imgtec.com> <20160519101735.GX2178@tarshish> Message-ID: <573D9BBE.8060408@imgtec.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hello Baruch, On 19/05/16 11:17, Baruch Siach wrote: > Hi Vicente, > > On Thu, May 19, 2016 at 11:10:02AM +0100, Vicente Olivert Riera wrote: >> Signed-off-by: Vicente Olivert Riera >> --- >> Changes v2 -> v3: >> - Switch version to HEAD of develop branch as it contains support for >> MIPS32. >> - Add a patch to fix build failure of P5600 and I6400 targets. > > Where is this patch? referenced in the openblas.mk file, in OPENBLAS_PATCH variable: OPENBLAS_PATCH = https://github.com/vriera/OpenBLAS/commit/e12cff87b86615f5a4643d246a6c1963a0e81ca5.patch Regards, Vincent. >> - Add support for OpenMP when toolchain has NPTL threads. >> >> Changes v1 -> v2: >> - Multi-threading is not available for static-only since it uses >> dlfcn.h, so modify the "ifeq" statement accordingly. >> >> package/Config.in | 1 + >> package/openblas/Config.in | 240 +++++++++++++++++++++++++++++++++++++++++ >> package/openblas/openblas.hash | 3 + >> package/openblas/openblas.mk | 54 ++++++++++ >> 4 files changed, 298 insertions(+) >> create mode 100644 package/openblas/Config.in >> create mode 100644 package/openblas/openblas.hash >> create mode 100644 package/openblas/openblas.mk > > baruch >