Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: Developer Infrastructure
-
Labels:None
-
Story Points:2
-
Epic Link:
-
Sprint:Science Pipelines DM-S15-5
-
Team:Alert Production
Description
I created a new lsst package named "gcc" that contains Mario's gcc 4.8 package. I used it to build lsst_distrib on lsst-dev and it worked just fine. Unfortunately the package does not include bin/cc (which should be a symlink to bin/gcc), and this is wanted because the LSST build system uses cc to build C code.
The desired fix is to modify the installer to make a symlink bin/cc that points to bin/gcc.
Attachments
Issue Links
Activity
Sprint | Science Pipelines DM-S15-5 [ 162 ] | |
Team | Alert Production [ 10300 ] |
Description |
I created a new lsst package named "gcc" that contains Mario's gcc 4.8 package. I used it to build lsst_distrib on lsst-dev and it worked just fine. However, based on the logs it uses "cc" to build C code and "c++" to build C++ code, and the package does not include "cc" (which should be a symlink to "gcc").
The desired fix is to modify the installer to make a symlink bin/cc that points to bin/gcc. |
I created a new lsst package named "gcc" that contains Mario's gcc 4.8 package. I used it to build lsst_distrib on lsst-dev and it worked just fine. Unfortunately the package does not include bin/cc (which should be a symlink to bin/gcc), and this is wanted because the LSST build system uses cc to build C code.
The desired fix is to modify the installer to make a symlink bin/cc that points to bin/gcc. |
Reviewers | Mario Juric [ mjuric ] | |
Status | To Do [ 10001 ] | In Review [ 10004 ] |
Status | In Review [ 10004 ] | Reviewed [ 10101 ] |
Epic Link |
|
Resolution | Done [ 10000 ] | |
Status | Reviewed [ 10101 ] | Done [ 10002 ] |
If you have time, please review my small change to your package.
The change is on tickets/
DM-3126of git@github.com:lsst/gcc.git