guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#27344] [PATCH v3 1/8] gnu: Add asco.


From: Theodoros Foradis
Subject: [bug#27344] [PATCH v3 1/8] gnu: Add asco.
Date: Sat, 09 Sep 2017 21:16:52 +0300

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 = <path-to-mpi-package>/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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]