From 071d65d486d4d9043d6517c40c6ad381bb1695a9 Mon Sep 17 00:00:00 2001 From: Lars Frost <larsf@fsmpi.rwth-aachen.de> Date: Sun, 9 Oct 2022 22:46:31 +0200 Subject: [PATCH] Allow installation of openblas with gimp or inkscape The openblas package conflicts with the blas package, which is installed for inkscape and gimp. This conflict stops the installation, because pacman doesn't replace packages automatically with `--noconfirm`. To resolve this openblas has to be installed before common packages. --- calamares-settings.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/calamares-settings.conf b/calamares-settings.conf index 8281b38..5b372ec 100644 --- a/calamares-settings.conf +++ b/calamares-settings.conf @@ -47,10 +47,10 @@ sequence: - postcfg - postcfglip - show: - - packagechooser@common - - packagechooser@mathe - packagechooser@physik + - packagechooser@mathe - packagechooser@informatik + - packagechooser@common - exec: - packages - makedoku -- GitLab