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)

Change History (1)

comment:1 Changed 13 years ago by Matthias Vogelgesang

Resolution: fixed
Status: newclosed

Search also in the default path: b8d34c2. The second point could be re-opened in the future when we will actually encounter the problem.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Matthias Vogelgesang.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.