Skip to content
Permalink
Browse files

isl: revert back to 0.20

  • Loading branch information
cjones051073 committed Apr 3, 2019
1 parent 9be30d4 commit cd2b8b27b5d5bc199a9e8df9b4fb32d1ed3ef915
Showing with 13 additions and 14 deletions.
  1. +5 −6 devel/isl/Portfile
  2. +2 −2 lang/gcc6/Portfile
  3. +2 −2 lang/gcc7/Portfile
  4. +2 −2 lang/gcc8/Portfile
  5. +2 −2 lang/gcc9/Portfile
@@ -2,13 +2,12 @@

PortSystem 1.0
PortGroup muniversal 1.0
PortGroup cxx11 1.1

name isl
conflicts isl-devel

epoch 2
version 0.21
epoch 3
version 0.20

categories devel math
platforms darwin
@@ -35,9 +34,9 @@ depends_lib port:gmp
master_sites http://isl.gforge.inria.fr
use_bzip2 yes

checksums rmd160 181ded304f27fc556e41a0cac13d240672d6fe9b \
sha256 d18ca11f8ad1a39ab6d03d3dcb3365ab416720fcb65b42d69f34f51bf0a0e859 \
size 1820796
checksums rmd160 68464147f6c392876456c18faaf95d17d2800acc \
sha256 b587e083eb65a8b394e833dea1744f21af3f0e413a448c17536b5549ae42a4c2 \
size 1727820

configure.args --disable-silent-rules

@@ -7,8 +7,8 @@ PortGroup compiler_blacklist_versions 1.0
name gcc6
epoch 2
version 6.5.0
revision 2
subport libgcc6 { revision 2 }
revision 3
subport libgcc6 { revision 3 }
platforms darwin
categories lang
maintainers nomaintainer
@@ -7,8 +7,8 @@ PortGroup compiler_blacklist_versions 1.0
name gcc7
epoch 2
version 7.4.0
revision 1
subport libgcc7 { revision 1 }
revision 2
subport libgcc7 { revision 2 }
platforms darwin
categories lang
maintainers nomaintainer
@@ -7,8 +7,8 @@ PortGroup compiler_blacklist_versions 1.0
epoch 2
name gcc8
version 8.3.0
revision 1
subport libgcc8 { revision 1 }
revision 2
subport libgcc8 { revision 2 }
platforms darwin
categories lang
maintainers nomaintainer
@@ -7,8 +7,8 @@ PortGroup compiler_blacklist_versions 1.0
epoch 2
name gcc9
version 9-20190331
revision 0
subport libgcc-devel { revision 0 }
revision 1
subport libgcc-devel { revision 1 }
platforms darwin
categories lang
maintainers nomaintainer

0 comments on commit cd2b8b2

Please sign in to comment.
You can’t perform that action at this time.