Use 'uname -m', which in practice returns the processor architecture. --- psm-3.3/buildflags.mak~ 2014-08-20 21:00:18.000000000 +0100 +++ psm-3.3/buildflags.mak 2017-10-22 12:02:12.855291447 +0100 @@ -38,7 +38,7 @@ endif export os ?= $(shell uname -s | tr '[A-Z]' '[a-z]') -export arch := $(shell uname -p | sed -e 's,\(i[456]86\|athlon$$\),i386,') +export arch := $(shell uname -m | sed -e 's,\(i[456]86\|athlon$$\),i386,') CC ?= gcc 'https://git.koszko.org/cgit-static/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/graph.scm
AgeCommit message (Expand)Author
2020-11-26gnu: igraph: Omit static library....Tobias Geerinckx-Rice
2020-11-26gnu: igraph: Update to 0.8.4....Tobias Geerinckx-Rice
2020-09-14gnu: r-rgraphviz: Move to (gnu packages bioconductor)....zimoun
2020-09-14gnu: r-rgraphviz: Build reproducibly....Ricardo Wurmus
2020-09-11gnu: r-igraph: Move to (gnu packages cran)....zimoun
2020-09-11gnu: r-diffusionmap: Move to (gnu packages cran)....zimoun
2020-08-18gnu: python-igraph: Update to 0.8.2....Tobias Geerinckx-Rice
2020-08-18gnu: igraph: Update to 0.8.2....Tobias Geerinckx-Rice