From 404914b2d14c060bec910969b37e42e5f7cee3ae Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Thu, 5 May 2022 17:00:21 +0200 Subject: [PATCH] caffe, enable 32bit (#6877) --- dev-libs/caffe/caffe-1.0.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/caffe/caffe-1.0.recipe b/dev-libs/caffe/caffe-1.0.recipe index 86406c770..ab0ec28bb 100644 --- a/dev-libs/caffe/caffe-1.0.recipe +++ b/dev-libs/caffe/caffe-1.0.recipe @@ -16,7 +16,7 @@ PATCHES="caffe-$portVersion.patchset # https://github.com/BVLC/caffe/pull/7044 ARCHITECTURES="all !x86_gcc2 ?x86" -SECONDARY_ARCHITECTURES="?x86" +SECONDARY_ARCHITECTURES="x86" # On x86_gcc2 we don't want to install the commands in bin//, but in bin/. commandBinDir=$binDir