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

Add git tags #46

Closed overheadhunter closed 10 years ago

overheadhunter commented 10 years ago

Hi, I'm currently working on a homebrew formula to automatically install clang-omp (as described on clang-omp.github.io) on Mac OS X. Currently it pulls the head, which isn't feasible for homebrew, as it heavily relies on proper versioning of the source code. The easiest solution for that would be, if you can use tags to identify versions for your repositories "llvm", "compiler-rt" and "clang". Any numeric tags would be suitable, e.g. semver, dates or build numbers. Keep up the great work!

alexey-bataev commented 10 years ago

Hi, added tags to all repositories

Best regards,

Alexey Bataev

Software Engineer Intel Compiler Team Intel Corp.

13.10.2014 11:28, Sebastian Stenzel пишет:

Hi, I'm currently working on a homebrew formula to automatically install clang-omp (as described on clang-omp.github.io) on Mac OS X. Currently it pulls the head, which isn't feasible for homebrew, as it heavily relies on proper versioning of the source code. The easiest solution for that would be, if you can use tags to identify versions for your repositories "llvm", "compiler-rt" and "clang". Any numeric tags would be suitable, e.g. semver, dates or build numbers. Keep up the great work!

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

overheadhunter commented 10 years ago

Thanks! Will post the name of the homebrew script here, so it may be added to the installation instructions for OS X users.

alexey-bataev commented 10 years ago

Ok, good

Best regards,

Alexey Bataev

Software Engineer Intel Compiler Team Intel Corp.

13.10.2014 11:53, Sebastian Stenzel пишет:

Thanks! Will post the name of the homebrew script here, so it may be added to the installation instructions for OS X users.

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

overheadhunter commented 9 years ago

Hi again,

clang-omp has now been added to the official homebrew repository. As promised, here is a four-step tutorial on how to setup Xcode in order to use clang-omp: https://gist.github.com/totalvoidness/aa64283f33acd6efc23f

I'd be happy if you copy those instructions to your Try OpenMP/Clang section as an alternative for those, who don't want to build clang-omp themselves.

Cheers, Sebastian

alexey-bataev commented 9 years ago

Hi, I will add this info, thanks!!!

Best regards,

Alexey Bataev

Software Engineer Intel Compiler Team Intel Corp.

08.04.2015 9:19, Sebastian Stenzel пишет:

Hi again,

clang-omp has now been added to the official homebrew repository. As promised, here is a four-step tutorial on how to setup Xcode in order to use clang-omp: https://gist.github.com/totalvoidness/aa64283f33acd6efc23f

I'd be happy if you copy those instructions to your /Try OpenMP/Clang/ section as an alternative for those, who don't want to build clang-omp themselves.

Cheers, Sebastian

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