Skip to content
This repository has been archived by the owner on Dec 24, 2022. It is now read-only.

Commit

Permalink
Remove gfortran SDK extension definition
Browse files Browse the repository at this point in the history
This is available from flathub these days.
  • Loading branch information
cosimoc committed May 25, 2018
1 parent 22cdfb7 commit 086f80a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 116 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ org.freedesktop.Platform.GL.mesa-git.json
org.freedesktop.Platform.GL.mesa-stable.json
org.freedesktop.Platform.VAAPI.Intel.json
org.freedesktop.Platform.appdata.xml
org.freedesktop.Sdk.Extension.gfortran62.json
org.freedesktop.Sdk.appdata.xml
org.freedesktop.Sdk.json
os-release
Expand Down
20 changes: 1 addition & 19 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ SUBST_FILES=org.freedesktop.Sdk.json \
org.freedesktop.Sdk.appdata.xml org.freedesktop.Platform.appdata.xml \
org.freedesktop.Platform.GL.mesa-git.json \
org.freedesktop.Platform.GL.mesa-stable.json \
org.freedesktop.Sdk.Extension.gfortran62.json \
org.freedesktop.Platform.VAAPI.Intel.json

define subst-metadata
Expand All @@ -35,7 +34,7 @@ endef

all: runtimes

extra: glxinfo gl-drivers extensions
extra: glxinfo gl-drivers

$(SUBST_FILES): $(patsubst %,%.in,$(SUBST_FILES))
$(call subst-metadata)
Expand Down Expand Up @@ -84,22 +83,5 @@ runtimes: ${REPO} $(patsubst %,%.in,$(SUBST_FILES))
flatpak build-commit-from ${EXPORT_ARGS} --src-ref=runtime/org.freedesktop.Platform/${ARCH}/${SDK_BRANCH} ${REPO} runtime/org.freedesktop.Platform.Compat32/x86_64/${SDK_BRANCH} ; \
fi

extensions: extensions-${ARCH}

extensions-${ARCH}:

# It seems like gfortran has issues on arm atm, lets drop it there

extensions-i386: gfortran-extension

extensions-x86_64: gfortran-extension


gfortran-extension: ${REPO} $(patsubst %,%.in,$(SUBST_FILES))
$(call subst-metadata)
flatpak-builder --force-clean --require-changes --repo=${REPO} --arch=${ARCH} \
--subject="build of org.freedesktop.Sdk.Extension.gfortran62, `date`" \
${EXPORT_ARGS} ${FB_ARGS} sdk org.freedesktop.Sdk.Extension.gfortran62.json

${REPO}:
ostree init --mode=archive-z2 --repo=${REPO}
96 changes: 0 additions & 96 deletions org.freedesktop.Sdk.Extension.gfortran62.json.in

This file was deleted.

0 comments on commit 086f80a

Please sign in to comment.