r3d: add version 2019-04-24 (#11710)

This commit is contained in:
Gabriel Rockefeller 2019-06-15 06:27:03 -06:00 committed by Axel Huebl
parent 9d6f37dc15
commit 537fa81c5d

View File

@ -13,6 +13,7 @@ class R3d(MakefilePackage):
homepage = "https://github.com/devonmpowell/r3d"
url = "https://github.com/devonmpowell/r3d.git"
version('2019-04-24', git=url, commit='86cea79c124c6a8edd8c8cdea61e3e923acb0b22')
version('2018-12-19', git=url, commit='47308f68c782ed3227d3dab1eff24d41f6421f21')
variant("test", default=False, description="Build R3D regression tests")