Use an HTTP git url for libpressio-opt (#46249)

superceds #46128

Co-authored-by: Robert Underwood <runderwood@anl.gov>
This commit is contained in:
Robert Underwood 2024-09-06 13:43:23 -04:00 committed by GitHub
parent 78a4d3e7d2
commit 2f488b9329
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@ class LibpressioOpt(CMakePackage):
"""Metacompressor which preforms optimization of compressor settings for LibPressio"""
homepage = "https://github.com/robertu94/libpressio_opt"
git = "git@github.com:robertu94/libpressio_opt"
git = "https://github.com/robertu94/libpressio_opt.git"
url = "https://github.com/robertu94/libpressio_opt/archive/refs/tags/0.11.0.tar.gz"
maintainers("robertu94")