View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002834 | ThirdParty | Patch | public | 2018-02-07 21:44 | 2018-02-08 14:42 |
Reporter | handrake0724 | Assigned To | henry | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | duplicate | ||
Platform | x86_64 | OS | Arch | OS Version | (please specify) |
Summary | 0002834: intel compiler support of makeCGAL | ||||
Description | When WM_COMPILER set to Intel, makeCGAL makes error because bjam's toolset option should be given one of gcc, intel, clang but got icc instead of intel. So the following patch could fix this issue. case $WM_COMPILER in "Gcc*") TOOLSET=gcc ;; "Icc") TOOLSET=intel ;; "Clang") TOOLSET=clang ;; esac ./bootstrap.sh \ --prefix=$BOOST_ARCH_PATH \ --libdir=$boostLib \ --with-libraries=thread \ --with-libraries=system \ && ./bjam toolset=$TOOLSET -j $WM_NCOMPPROCS install \ && echo "Built: boost" | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2018-02-07 21:44 | handrake0724 | New Issue | |
2018-02-08 10:28 | wyldckat | Project | OpenFOAM => ThirdParty |
2018-02-08 14:41 | wyldckat | Relationship added | duplicate of 0002838 |
2018-02-08 14:42 | wyldckat | Assigned To | => henry |
2018-02-08 14:42 | wyldckat | Status | new => closed |
2018-02-08 14:42 | wyldckat | Resolution | open => duplicate |