Commits
Michael Dickens authored 04f6c02efee
19 19 | archive_sites |
20 20 | |
21 21 | # block compilers that do not support thread-local storage. it would |
22 22 | # be better to use the cxx11 1.1 PG, but it conflicts with the |
23 23 | # compilers 1.0 PG & so just block compilers instead. |
24 24 | compiler.blacklist-append cc {*gcc-3*} {*gcc-4.[0-7]} {clang < 800.0.38} |
25 25 | |
26 26 | subport OpenBLAS-devel {} |
27 27 | if {[string first "-devel" $subport] > 0} { |
28 28 | |
29 - | github.setup xianyi OpenBLAS edb814314101940774b8f7a71cb5f8f2b720afa4 |
30 - | version 20190301 |
31 - | checksums rmd160 5c74b5f3ffeacbd0b8a0a68a8cb762a6037a26e5 \ |
32 - | sha256 deac0df860cb4fea0c0f3f0652f84a5a2ab45c935c541db6b6979055ca2acacf \ |
33 - | size 11897406 |
29 + | github.setup xianyi OpenBLAS db3dc9e282129975cacb629df07ae145463af569 |
30 + | version 20190307 |
31 + | checksums rmd160 70a4498b107f48d6fa559e444b90cc6ab8ca2350 \ |
32 + | sha256 65e7a5d90b7e9419b7e2f089e50656db8e0854b4878584a63a49dac2ae6b4c48 \ |
33 + | size 11897917 |
34 34 | revision 0 |
35 35 | |
36 36 | name ${github.project}-devel |
37 37 | conflicts OpenBLAS |
38 38 | |
39 39 | patchfiles patch-libnoarch.devel.diff \ |
40 40 | patch-linkLib.devel.diff |
41 41 | |
42 42 | github.livecheck.branch develop |
43 43 | |