Fix OpenMPI and Extrae clash

This commit is contained in:
Rodrigo Arias 2020-06-15 17:19:36 +02:00
parent cae91fdcc0
commit 63c78f50de

View File

@ -105,5 +105,9 @@ in stdenv.mkDerivation rec {
maintainers = with maintainers; [ markuskowa ];
license = licenses.bsd3;
platforms = platforms.unix;
# In order to use OpenMPI with Extrae we need to keep the Extrae libraries
# rather than the ones from OpenMPI. This happens with libompitrace.so, so
# we set to a lower priority (higher value) the OpenMPI package.
priority = 10;
};
}