From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43443) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dqkKT-0003bc-8K for guix-patches@gnu.org; Sat, 09 Sep 2017 14:18:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dqkKQ-000822-4U for guix-patches@gnu.org; Sat, 09 Sep 2017 14:18:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49175) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dqkKQ-00081q-1t for guix-patches@gnu.org; Sat, 09 Sep 2017 14:18:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dqkKP-0003tB-L3 for guix-patches@gnu.org; Sat, 09 Sep 2017 14:18:01 -0400 Subject: [bug#27344] [PATCH v3 1/8] gnu: Add asco. Resent-Message-ID: References: <87lglnery8.fsf@foradis.org> <20170909175752.8566-1-theodoros@foradis.org> From: Theodoros Foradis In-reply-to: <20170909175752.8566-1-theodoros@foradis.org> Date: Sat, 09 Sep 2017 21:16:52 +0300 Message-ID: <87k217enzf.fsf@foradis.org> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 27344@debbugs.gnu.org One additional note for this package regarding mpi and cross-compiling. This is the relevant part of the Makefile (this package is not using autotools): CC_MPI = /bin/mpicc asco-mpi: $(CC_MPI) $(CFLAGS) -DASCO -DMPI ... I assumed openmpi should be a native input, because mpi-cc is used. If this is a mistake, and it won't work when cross-compiling, we can omit building asco-mpi altogether. -- Theodoros Foradis