From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48010) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dLtbT-0000D2-DX for guix-patches@gnu.org; Fri, 16 Jun 2017 11:56:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dLtbO-0003tU-Or for guix-patches@gnu.org; Fri, 16 Jun 2017 11:56:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:48879) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dLtbO-0003sx-JQ for guix-patches@gnu.org; Fri, 16 Jun 2017 11:56:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dLtbO-0006U6-DU for guix-patches@gnu.org; Fri, 16 Jun 2017 11:56:02 -0400 Subject: [bug#27344] [PATCH 07/12] gnu: Add asco. Resent-Message-ID: References: <20170612165226.1268-1-theodoros.for@openmailbox.org> <20170612165226.1268-7-theodoros.for@openmailbox.org> <20170615142214.2ff65967@scratchpost.org> From: Theodoros Foradis In-reply-to: <20170615142214.2ff65967@scratchpost.org> Date: Fri, 16 Jun 2017 18:54:46 +0300 Message-ID: <87h8zgvsft.fsf@openmailbox.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 Danny Milosavljevic writes: >> + #:make-flags '("all" "asco-mpi") > > These are not actually flags. I think the "install" phase would then also invoke > > make all asco-mpi install Actually, the install phase gets replaces by a custom one because there is no install target in the Makefile. Should I replace the build phase as well, and just call "make all asco-mpi" instead? I think it does just that as it is. -- Theodoros Foradis