From owner-svn-ports-all@freebsd.org Sat Dec 1 18:23:04 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BB2F413241FE; Sat, 1 Dec 2018 18:23:04 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6958E6F5B8; Sat, 1 Dec 2018 18:23:03 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 3A0AC33E3D; Sat, 1 Dec 2018 13:22:57 -0500 (EST) Received: from anthias (d91-128-244-185.cust.tele2.at [91.128.244.185]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 14A0333E35; Sat, 1 Dec 2018 13:22:55 -0500 (EST) Date: Sat, 1 Dec 2018 19:22:54 +0100 (CET) From: Gerald Pfeifer To: Johannes M Dieterich cc: Tijl Coosemans , Joseph Mingrone , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, portmgr@FreeBSD.org Subject: Re: svn commit: r452962 - head/math/libRmath In-Reply-To: <20171028130942.68845cf0@manray.ogolem.org> Message-ID: References: <201710270052.v9R0qf7A058644@repo.freebsd.org> <20171027125130.39e98c9c@kalimero.tijl.coosemans.org> <86d158vcve.fsf@phe.ftfl.ca> <20171028124843.56f8e8d3@kalimero.tijl.coosemans.org> <86y3nvtjlt.fsf@phe.ftfl.ca> <20171028182237.1f83708c@kalimero.tijl.coosemans.org> <20171028130942.68845cf0@manray.ogolem.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: 6958E6F5B8 X-Spamd-Result: default: False [-3.19 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-0.998,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[pfeifer.com]; R_SPF_SOFTFAIL(0.00)[~all]; RCVD_COUNT_THREE(0.00)[3]; MX_GOOD(-0.01)[mailwash29.pair.com]; NEURAL_HAM_SHORT(-0.73)[-0.726,0]; RCPT_COUNT_SEVEN(0.00)[7]; RECEIVED_SPAMHAUS_PBL(0.00)[185.244.128.91.zen.spamhaus.org : 127.0.0.11]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:7859, ipnet:209.68.0.0/18, country:US]; IP_SCORE(-0.36)[ipnet: 209.68.0.0/18(-0.88), asn: 7859(-0.83), country: US(-0.09)]; FROM_EQ_ENVFROM(0.00)[] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Dec 2018 18:23:04 -0000 On Sat, 28 Oct 2017, Johannes M Dieterich wrote: > However, lang/gcc is not a good option either long-term. > -Wl,-rpath= is most certainly not something the ubiquitous homebrew > Fortran build environments have by default (and it changes with every > lang/gcc upgrade). I cannot mix and match OpenMP with clang/clang++ > with OpenMP in gfortran (at least easily), ... Effectively, once a > library has USES=fortran, everything downstream needs to be carefully > handled in my experience. Especially with mixed language codes. Is there a better way you can think of, to avoid -Wl,-rpath= ? Is this really GCC-specific, or wouldn't something like this be required with flang or others, in particular when there are different versions used in parallel? Gerald