From owner-freebsd-questions@FreeBSD.ORG Thu Jun 18 14:45:46 2015 Return-Path: Delivered-To: freebsd-questions@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 43FD11ED for ; Thu, 18 Jun 2015 14:45:46 +0000 (UTC) (envelope-from jb_duffy@btinternet.com) Received: from rgout06.bt.lon5.cpcloud.co.uk (rgout06.bt.lon5.cpcloud.co.uk [65.20.0.183]) by mx1.freebsd.org (Postfix) with ESMTP id D66412FA for ; Thu, 18 Jun 2015 14:45:45 +0000 (UTC) (envelope-from jb_duffy@btinternet.com) X-OWM-Source-IP: 10.110.12.1() X-OWM-Env-Sender: jb_duffy@btinternet.com X-CTCH-RefID: str=0001.0A090205.5582D92D.0004, ss=1, re=0.000, recu=0.000, reip=0.000, cl=1, cld=1, fgs=0 X-Junkmail-Premium-Raw: score=11/50, refid=2.7.2:2015.6.17.171815:17:11.235, ip=, rules=__HAS_FROM, __PHISH_FROM2, __FRAUD_WEBMAIL_FROM, __HAS_REPLYTO, __FRAUD_WEBMAIL_REPLYTO, __TO_MALFORMED_2, __TO_NO_NAME, __HAS_MSGID, __SANE_MSGID, INVALID_MSGID_NO_FQDN, __FRAUD_SUBJ_ALLCAPS, __MIME_VERSION, __CT, __CTYPE_HAS_BOUNDARY, __CTYPE_MULTIPART, __CTYPE_MULTIPART_MIXED, __HAS_X_PRIORITY, __REPLYTO_SAMEAS_FROM_ADDY, __REPLYTO_SAMEAS_FROM_ACC, __REPLYTO_SAMEAS_FROM_DOMAIN, SUPERLONG_LINE, __HAS_HTML, HTML_NO_HTTP, BODYTEXTP_SIZE_3000_LESS, BODY_SIZE_1400_1499, BODYTEXTH_SIZE_10000_LESS, __MIME_HTML, BODY_SIZE_5000_LESS, __PHISH_FROM, BODY_SIZE_2000_LESS, PRIORITY_NO_NAME, __FRAUD_WEBMAIL, BODY_SIZE_7000_LESS, NO_URI_FOUND X-CTCH-Spam: Unknown Received: from webmail18.bt.ext.cpcloud.co.uk (10.110.12.1) by rgout06.bt.lon5.cpcloud.co.uk (8.6.122.06) (authenticated as jb_duffy@btinternet.com) id 5581B3DE002AC3F4 for freebsd-questions@freebsd.org; Thu, 18 Jun 2015 15:43:56 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=btinternet.com; s=btcpcloud; t=1434638745; bh=cPdsJ+0Y4iVSH+Msna3l4LiZkZwBob+qa3Ip/7qJCM0=; h=Date:From:Reply-To:To:Message-ID:Subject:MIME-Version; b=bin/AqkgzDIN9dWjML7QhfjQ/WKYHKIShjFcxKtedOAQ9cLn5rgDI3o94e2jritdoVv/FPf/g5IEo7JT99yvMeBRoFOTSicVQFmdrHAGkufck50cGOhl0/UKglQ/9nNVdNIoTKiMQ4sy3RvvUKN3VURe6ZKKqsUJdQSxrqjegjU= Date: Thu, 18 Jun 2015 15:43:56 +0100 (BST) From: John Duffy Reply-To: jb_duffy@btinternet.com To: freebsd-questions@freebsd.org Message-ID: <20539840.39045.1434638636914.JavaMail.defaultUser@defaultHost> Subject: CLAPACK MIME-Version: 1.0 Importance: 3 (Normal) X-Priority: 3 (Normal) X-Client-IP: IPv4[2.24.42.31] Epoch[1434638636902] Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jun 2015 14:45:46 -0000 Hi I'm developing some numerical software on OS X to be uploaded to a FreeBSD server. I'm striving for maximum commonality between development environments, so I'm trying to find a CLAPACK package/port (as supplied with OS X) for FreeBSD but I can't seem to find one. I've installed the LAPACK, BLAS and CBLAS packages but these don't include CLAPACK. Does a CLAPACK port/package exist, or do I need to do a manual installation for the source? Kind regards John Duffy