Modify ↓
Opened 13 years ago
Closed 13 years ago
#143 closed enhancement (fixed)
More generalized localisation of SiSo's FgLib and ClSerMe libraries
Reported by: | Matthias Vogelgesang | Owned by: | Matthias Vogelgesang |
---|---|---|---|
Priority: | major | Milestone: | libuca-1.1 |
Component: | libuca | Version: | |
Keywords: | Cc: | David Haas, Tomy Rolo |
Description
Although SiliconSoftware provides a template CMake file for finding their libraries, it depends on the SISO5DIR
environment variable to be set (because they usually install into /opt/siso/
... damn you!). Unfortunately, people could forget to set the env var, so we better take a look directly in there.
However, I see deeper problems here: How are the libraries located if everything is installed via packages and nothing is re-built and linked again? As far as I can see, /opt/siso/lib
will never be in the link path. What we could do is
- provide a small shell script that either puts the path in the library path (not so good IMHO) or symlinks the libraries into
/usr/lib/
or - re-package the stuff and put the contents into proper places (more work, but cleaner)
Attachments (0)
Note: See
TracTickets for help on using
tickets.
Search also in the default path: b8d34c2. The second point could be re-opened in the future when we will actually encounter the problem.