From owner-freebsd-ports@freebsd.org Sat Jan 25 16:03:25 2020 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D9B361F3070 for ; Sat, 25 Jan 2020 16:03:25 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 484glx4s78z4fcB for ; Sat, 25 Jan 2020 16:03:25 +0000 (UTC) (envelope-from thierry@pompo.net) Received: by mailman.nyi.freebsd.org (Postfix) id A4E191F306F; Sat, 25 Jan 2020 16:03:25 +0000 (UTC) Delivered-To: ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A4A5C1F306E for ; Sat, 25 Jan 2020 16:03:25 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from edna.lautre.net (edna.lautre.net [80.67.160.88]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "lautre.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 484glw64x9z4fc9; Sat, 25 Jan 2020 16:03:24 +0000 (UTC) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (graf.pompo.net [78.225.128.39]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by edna.lautre.net (Postfix) with ESMTPSA id 573A8104BA4; Sat, 25 Jan 2020 17:03:21 +0100 (CET) Received: by graf.pompo.net (Postfix, from userid 1001) id 9F60069596E; Sat, 25 Jan 2020 17:03:20 +0100 (CET) Date: Sat, 25 Jan 2020 17:03:20 +0100 From: Thierry Thomas To: Jan Beich Cc: ajtiM , FreeBSD Ports Subject: Re: openblas - cblas Message-ID: <20200125160320.GA8587@graf.pompo.net> Mail-Followup-To: Jan Beich , ajtiM , FreeBSD Ports References: <20200121185420.1be55768@dismail.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="YZ5djTAD1cGYuMQK" Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 12.1-STABLE amd64 Organization: Kabbale Eros X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: X-PGP: 0xF1C516B3C8359753 X-Rspamd-Queue-Id: 484glw64x9z4fc9 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of thierry@pompo.net has no SPF policy when checking 80.67.160.88) smtp.mailfrom=thierry@pompo.net X-Spamd-Result: default: False [-5.57 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; IP_SCORE(-2.67)[ip: (-9.43), ipnet: 80.67.160.0/19(-2.19), asn: 20766(-1.75), country: FR(0.00)]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; DMARC_NA(0.00)[freebsd.org]; AUTH_NA(1.00)[]; HAS_ORG_HEADER(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; RCVD_IN_DNSWL_NONE(0.00)[88.160.67.80.list.dnswl.org : 127.0.10.0]; R_SPF_NA(0.00)[]; SIGNED_PGP(-2.00)[]; FORGED_SENDER(0.30)[thierry@freebsd.org,thierry@pompo.net]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:20766, ipnet:80.67.160.0/19, country:FR]; FROM_NEQ_ENVFROM(0.00)[thierry@freebsd.org,thierry@pompo.net]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jan 2020 16:03:25 -0000 --YZ5djTAD1cGYuMQK Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Le mer. 22 janv. 20 =E0 16:48:43 +0100, Jan Beich =E9crivait=A0: > ajtiM via freebsd-ports writes: >=20 > > It is impossible to update ports because there are a conflic with > > openblas and cblas - installs files in the same place. >=20 > math/openblas exposed its own CBLAS API which is a superset of > math/cblas with extensions. For example, some consumers want > openblas_set_num_threads(). >=20 > In short, deinstall math/cblas. Openblas does not totally replace cblas. E.g. science/code_saturne fails without cblas: undefined reference to `cblas_ddot' Since there is a conflict, Code_saturne is now broken. --=20 Th. Thomas. --YZ5djTAD1cGYuMQK Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJ8BAEBCgBmBQJeLGbIXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRFNTM2QkU4NTM4NTM5OUQwMEI2RkFBNzZG MUM1MTZCM0M4MzU5NzUzAAoJEPHFFrPINZdTN6kP/jWo4fHicwHiB1iSubypJYwJ ngP7xXdfGH4pMu8ssED/ZX6b45mFmcVt6DoMGAYC5PPRjuAKuPVHzDUYFueJay6q QCDonuI/h1SawcQLbucbejOTQj4wx9F4zsPkt2JH/5pEUEjqQg3ncT9o7rv8PMKr 1QzQM93vbVCfJtw+6XKR3Tc8Sx4YzysriaPFUv2SjjUUXVYj/Hc39c1JyeMgVLV4 6ymqrUajWyI6a8XTkHyLxwgYlzp/6n58VC4rPOEL2zePyzmIPkIAgk+AuWRpfD2t wrv+tYGagrdK09E6gRKqOzScpD+GOIj5QOIPh93tnTaouvei/3EDxrtq5w4Qrpw6 nbVtGLS7etlj+e3sqcNcAWF6ENpNmTQOTkquq6ixW76H3th55xT2dkP3FC1d0K5/ MsV3DswIBovhJ/n7F+jIMfp9gMIw6IACQTQ3yk2u7ltMhXmaPkk9qAtWw7xx7Hi0 8nmf7STjnCtoNM5oATNSjOWCuNayLtUdMN1Io1THprkSBoA9ee6YPwoQFkU7P8yU x1DekJ09bQ3hQPylnbaaDYJZFoisFXH/vhM8CMVGbfyMDJg0I+LN3hR1l//YFPax 26tzgP3pYQ9QCmW11sgjgmFiJtHa/Ga7Rz8oX5jo+bEBqxVT6qVTSXfks+lc2FH4 wEMq+yMsvga7FZXUfA3W =4aWX -----END PGP SIGNATURE----- --YZ5djTAD1cGYuMQK--