Skip to content
Snippets Groups Projects
Unverified Commit 66a00fe1 authored by Juan Miguel Carceller's avatar Juan Miguel Carceller Committed by GitHub
Browse files

freeglut: add v3.6.0 (#48292)


* freeglut: add v3.6.0

* Change the version range for the patch

---------

Co-authored-by: default avatarjmcarcell <jmcarcell@users.noreply.github.com>
parent 15124d7c
Branches
Tags
No related merge requests found
......@@ -15,6 +15,7 @@ class Freeglut(CMakePackage, SourceforgePackage):
license("MIT")
version("3.6.0", sha256="9c3d4d6516fbfa0280edc93c77698fb7303e443c1aaaf37d269e3288a6c3ea52")
version("3.2.2", sha256="c5944a082df0bba96b5756dddb1f75d0cd72ce27b5395c6c1dde85c2ff297a50")
version("3.2.1", sha256="d4000e02102acaf259998c870e25214739d1f16f67f99cb35e4f46841399da68")
version("3.0.0", sha256="2a43be8515b01ea82bcfa17d29ae0d40bd128342f0930cd1f375f1ff999f76a2")
......@@ -42,17 +43,17 @@ class Freeglut(CMakePackage, SourceforgePackage):
patch(
"https://gitweb.gentoo.org/repo/gentoo.git/plain/media-libs/freeglut/files/freeglut-3.2.1-gcc10-fno-common.patch?id=f9102571b69d9fc05471a592fda252681fdfdef1",
sha256="898e8fb314cbe728d791e9ea69829313143cda039c008f0ca06c1b5730922aa7",
when="@3.2.1 %gcc@10.0:",
when="@3:3.2.1 %gcc@10.0:",
)
patch(
"https://gitweb.gentoo.org/repo/gentoo.git/plain/media-libs/freeglut/files/freeglut-3.2.1-gcc10-fno-common.patch?id=f9102571b69d9fc05471a592fda252681fdfdef1",
sha256="898e8fb314cbe728d791e9ea69829313143cda039c008f0ca06c1b5730922aa7",
when="@3.2.1 %clang@11.0:",
when="@3:3.2.1 %clang@11.0:",
)
patch(
"https://gitweb.gentoo.org/repo/gentoo.git/plain/media-libs/freeglut/files/freeglut-3.2.1-gcc10-fno-common.patch?id=f9102571b69d9fc05471a592fda252681fdfdef1",
sha256="898e8fb314cbe728d791e9ea69829313143cda039c008f0ca06c1b5730922aa7",
when="@3.2.1 %aocc@2.3.0:",
when="@3:3.2.1 %aocc@2.3.0:",
)
def cmake_args(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment