Skip to content
Permalink
Browse files

isl: use cxx11 portgroup

  • Loading branch information
cjones051073 committed Apr 3, 2019
1 parent 1a59fe3 commit 9be30d4eea17e707e338735575fe56a21a062f32
Showing with 1 addition and 0 deletions.
  1. +1 −0 devel/isl/Portfile
@@ -2,6 +2,7 @@

PortSystem 1.0
PortGroup muniversal 1.0
PortGroup cxx11 1.1

name isl
conflicts isl-devel

3 comments on commit 9be30d4

@kencu

This comment has been minimized.

Copy link
Contributor

@kencu kencu replied Apr 4, 2019

this might have set up a circular dependency loop on some systems, as gcc6 both needs it and is required to build it.

@cjones051073

This comment has been minimized.

Copy link
Contributor Author

@cjones051073 cjones051073 replied Apr 4, 2019

Yes, I think that might well explain what I saw....

@cjones051073

This comment has been minimized.

Copy link
Contributor Author

@cjones051073 cjones051073 replied Apr 4, 2019

(cc'ing @MarcusCalhoun-Lopez )

I should try and reproduce in one my my old OS VMs the error I saw in the buildbots with the above. From there we can decide what needs to be done. I actually think gcc{6,7,8,9} are all fine with isl 0.21, and the errors I saw in the buildbots that forced me to revert my recent attempt at updating isl was a combination of the above and the interesting Xcode 10.2 specific issue in https://trac.macports.org/ticket/58260. Note we anyway should hold off updating in any way the gcc ports until the Xcode issue is fixed, as otherwise we will break things badly on macOS10.14 (at the moment, users should be OK in that they can use the existing binary tarballs).

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