about summary refs log tree commit diff
path: root/pkgs/development/interpreters/gnudatalanguage
AgeCommit message (Collapse)AuthorFilesLines
2022-10-11gnudatalanguage: fix build on aarch64-darwinWeijia Wang1-9/+24
2021-10-29gnudatalanguage: 1.0.0 -> 1.0.1R. Ryantm1-2/+2
2021-10-17gnudatalanguage: Init at 1.0.0Shamrock Lee1-0/+203
* Generate PlPlot drivers by injecting wxGtk31 (if enableWX == true) and/or xorg.libX11 (if enableXWin == true, default to false) into the buildInputs of plplot with plplot.overrideAttrs * Override hdf4 and hdf5 with custom mpi (if enableMPI == true and libraryMPI == mpich) and szip (if enableSzip == true, default to false)