clang-omp / clang

clang with OpenMP 3.1 and some elements of OpenMP 4.0 support
clang-omp.github.com
Other
91 stars 15 forks source link

OS X homebrew tap #66

Open metacollin opened 9 years ago

metacollin commented 9 years ago

Sorry, this is the best place I could find to put this. I've created a homebrew tap that builds the non-trunk versions of llvm, clang-omp, and compiler-rt as well as intel's runtime library and handles all the paths safely and painlessly. You can find it here: https://github.com/metacollin/homebrew-clangomp

I plan to flesh out the documentation a little with instructions on setting the needed paths in Xcode soon. For now, it provides instructions only for CLI usage.

Of course, its not a universal solution and only of interest to homebrew users.

For those who have no idea what I'm talking about, homebrew is a package manager for OS X, and a tap is a user repository. :)

Anyway, I don't know if this is of any use or interest to anyone, but I've been using it for personal use and thought I'd share just in case. Again, sorry if this is not really an appropriate place to post this, but there was no other contact information on the website.

Thanks!

alexey-bataev commented 9 years ago

Hi, thanks for your work! I will post a reference to your github repo on a main page, if you don't mind.

Best regards,

Alexey Bataev

Software Engineer Intel Compiler Team Intel Corp.

17.03.2015 7:04, metacollin пишет:

Sorry, this is the best place I could find to put this. I've created a homebrew tap that builds the non-trunk versions of llvm, clang-omp, and compiler-rt as well as intel's runtime library and handles all the paths safely and painlessly. You can find it here: https://github.com/metacollin/homebrew-clangomp

I plan to flesh out the documentation a little with instructions on setting the needed paths in Xcode soon. For now, it provides instructions only for CLI usage.

Of course, its not a universal solution and only of interest to homebrew users.

For those who have no idea what I'm talking about, homebrew is a package manager for OS X, and a tap is a user repository. :)

Anyway, I don't know if this is of any use or interest to anyone, but I've been using it for personal use and thought I'd share just in case. Again, sorry if this is not really an appropriate place to post this, but there was no other contact information on the website.

Thanks!

— Reply to this email directly or view it on GitHub https://github.com/clang-omp/clang/issues/66.

tdsmith commented 9 years ago

We are preparing to pull https://github.com/Homebrew/homebrew/pull/33278 into Homebrew/homebrew. Are you planning to continue to use tag version schemes like "1013141148"? Is there a "stable" tagged release we can use?

tdsmith commented 9 years ago

Also, would appreciate your eyes on that PR, @metacollin, if there's subtleties we should be alert to.

overheadhunter commented 9 years ago

Cross reference to previous issue about git tags: #46

tdsmith commented 9 years ago

My issue with MMDDYY tags is that a March 2015 tag will sort older than a October 2014 tag.

overheadhunter commented 9 years ago

would suggest ISO 8601 (https://xkcd.com/1179/) or semver

alexey-bataev commented 9 years ago

Done. Tagged as 2015-04-01

Best regards,

Alexey Bataev

Software Engineer Intel Compiler Team Intel Corp.

31.03.2015 19:21, Sebastian Stenzel пишет:

would suggest ISO 8601 (https://xkcd.com/1179/) or semver

— Reply to this email directly or view it on GitHub https://github.com/clang-omp/clang/issues/66#issuecomment-88154758.