lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

adios2: force use of -fallow-argument-mismatch (#436512)

authored by

Nick Cao and committed by
GitHub
a5042fb1 7838bb47

+3
+3
pkgs/by-name/ad/adios2/package.nix
··· 161 161 # Enable support for Little/Big Endian Interoperability 162 162 (lib.cmakeBool "ADIOS2_USE_Endian_Reverse" true) 163 163 164 + # force use of "-fallow-argument-mismatch" 165 + (lib.cmakeBool "ADIOS2_USE_Fortran_flag_argument_mismatch" true) 166 + 164 167 (lib.cmakeBool "ADIOS2_BUILD_EXAMPLES" withExamples) 165 168 (lib.cmakeFeature "CMAKE_INSTALL_BINDIR" "bin") 166 169 (lib.cmakeFeature "CMAKE_INSTALL_LIBDIR" "lib")