Merge bscpkgs into jungle #189

Manually merged
rarias merged 1013 commits from merge-bscpkgs into master 2025-10-07 16:12:34 +02:00
Showing only changes of commit bd9788961b - Show all commits

View File

@@ -7,18 +7,15 @@
, gnumake
, boost
, mpi
, gcc}:
, gcc
, autoreconfHook
}:
stdenv.mkDerivation rec {
version = "1.0.1";
name = "tampi-${version}";
enableParallelBuilding = true;
buildInputs = [ automake autoconf libtool gnumake boost mpi gcc ];
#hardeningDisable = [ "format" ];
preConfigure = ''
autoreconf -fiv
'';
buildInputs = [ autoreconfHook automake autoconf libtool gnumake boost mpi gcc ];
dontDisableStatic = true;
configureFlags = [ "--disable-mpi-mt-check" ];
src = fetchurl {