diff options
author | Eric Bavier <bavier@member.fsf.org> | 2014-05-19 00:08:30 -0500 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2014-05-19 00:15:11 -0500 |
commit | f8ed036a317ee87ced2422d61c84a821b15fb5e1 (patch) | |
tree | 168832ff96093c10dc9826a25039c1050c5652ea /gnu-system.am | |
parent | c711f07c3e1f512fbd6d61ab5acc62064ad46697 (diff) | |
download | guix-f8ed036a317ee87ced2422d61c84a821b15fb5e1.tar guix-f8ed036a317ee87ced2422d61c84a821b15fb5e1.tar.gz |
gnu: Add scotch package.
* gnu/packages/maths.scm (scotch): New variable.
* gnu/packages/patches/scotch-test-threading.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index b54aba1ab7..829c9979e5 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -339,6 +339,7 @@ dist_patch_DATA = \ gnu/packages/patches/readline-link-ncurses.patch \ gnu/packages/patches/ripperx-libm.patch \ gnu/packages/patches/scheme48-tests.patch \ + gnu/packages/patches/scotch-test-threading.patch \ gnu/packages/patches/slim-session.patch \ gnu/packages/patches/slim-config.patch \ gnu/packages/patches/slim-sigusr1.patch \ |