Skip tests that rely on the `amhello' tarball that comes with Automake. That tarball's `configure' uses #!/bin/sh, but we can't easily patch it. diff --git a/t/amhello-binpkg.sh b/t/amhello-binpkg.sh index fa88cc6..d988cee 100755 --- a/t/amhello-binpkg.sh +++ b/t/amhello-binpkg.sh @@ -17,6 +17,7 @@ # Test an example from the manual about the 'amhello' package: # using DESTDIR to build simple, no-frills binary packages. +exit 77 am_create_testdir=empty . ./defs || exit 1 diff --git a/t/amhello-cflags.sh b/t/amhello-cflags.sh index 666011f..2a95e3c 100755 --- a/t/amhello-cflags.sh +++ b/t/amhello-cflags.sh @@ -18,6 +18,7 @@ # using VPATH builds to configure the same package with different # options. +exit 77 am_create_testdir=empty required=gcc . ./defs || exit 1 diff --git a/t/amhello-cross-compile.sh b/t/amhello-cross-compile.sh index 708abda..2ee4292 100755 --- a/t/amhello-cross-compile.sh +++ b/t/amhello-cross-compile.sh @@ -17,6 +17,7 @@ # Test an example from the manual about the 'amhello' package: # cross-compiling a package from Linux/Unix to MinGW. +exit 77 am_create_testdir=empty required=i586-mingw32msvc-gcc . ./defs || exit 1 ef='/guix/log/gnu/installer/services.scm'>logtreecommitdiff
path: root/gnu/installer/services.scm
tr>
AgeCommit message (Expand)Author
2021-09-20gnu: Add python-pymol....* gnu/packages/chemistry.scm (python-pymol): New variable. Ricardo Wurmus
2021-06-14gnu: Rename qtbase to qtbase-5....This change was automated via the following command: $ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g' $ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g' $ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g' $ git checkout etc # to clear some spurious changes This is done so the qtbase package can be upgraded to version 6 in the following commit. Maxim Cournoyer
2021-02-01gnu: openbabel: Update to 3.1.1....* gnu/packages/chemistry.scm (openbabel): Update to 3.1.1. [source]: Update URI. [arguments]: Temporarily skip tests on i686-linux. Kei Kebreau
2021-02-01gnu: inchi: Update to 1.06....* gnu/packages/chemistry.scm (inchi): Update to 1.06. [source]: Use HTTPS. [native-inputs]: Update inchi-doc hash. Kei Kebreau
2021-01-29gnu: Remove avogadro....This package fails to build and has been superseded by avogadro2. * gnu/packages/chemistry.scm (avogadro): Remove variable. * gnu/packages/patches/avogadro-boost148.patch, gnu/packages/patches/avogadro-eigen3-update.patch, gnu/packages/patches/avogadro-python-eigen-lib.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. Leo Famulari
2021-01-25gnu: Add avogadro2....* gnu/packages/chemistry.scm (avogadro2): New variable. Kei Kebreau
2021-01-25gnu: Add avogadrolibs....* gnu/packages/chemistry.scm (avogadrolibs): New variable. Kei Kebreau
2021-01-25gnu: Add libmsym....* gnu/packages/chemistry.scm (libmsym): New variable. Kei Kebreau
2021-01-25gnu: Add molequeue....* gnu/packages/chemistry.scm (molequeue): New variable. Kei Kebreau
2021-01-25gnu: Add mmtf-cpp....* gnu/packages/chemistry.scm (mmtf-cpp): New variable. Kei Kebreau
2021-01-25gnu: Add spglib....* gnu/packages/chemistry.scm (spglib): New variable. Kei Kebreau