Remove -march=native from build flags. --- a/higan/GNUmakefile +++ b/higan/GNUmakefile @@ -26,7 +26,6 @@ flags += -fopenmp link += -fopenmp ifeq ($(binary),application) - flags += -march=native link += -Wl,-export-dynamic link += -lX11 -lXext else ifeq ($(binary),library) .patch?h=koszko' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/htslib-for-stringtie.patch
se-module (guix grafts).
AgeCommit message (Expand)Author
2022-01-11gnu: Add htslib-for-stringtie....* gnu/packages/bioinformatics.scm (htslib-for-stringtie): New variable. * gnu/packages/patches/htslib-for-stringtie.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Ricardo Wurmus
Ludovic Courtès
2022-07-10monads: Add 'mparameterize'....* etc/system-tests.scm (mparameterize): Move to... * guix/monads.scm (mparameterize): ... here. * tests/monads.scm ("mparameterize"): New test. * .dir-locals.el (c-mode): Add it. Ludovic Courtès