Ticket #253 (closed enhancement: fixed)
Opened 2010-10-12T15:24:01-05:00
Last modified 2012-06-08T11:50:54-05:00
Add option to specify additional library and/or include paths
Reported by: | curtis | Owned by: | curtis |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Jar2Lib | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
A user wanted to compile bf-cpp using the Intel compiler on Windows, but it needs an additional library path specified for the Intel Math Library; e.g.:
Here is a sample invocation where the Intel directory is adjusted for 32/64 bit usage:
# Intel compiler 11.1.067 for 64bit:
ant -Djace.home="$(JACEPREFIX)" -Dicc.home="$(ICPP_COMPILER11)/lib/intel64"
# Intel compiler 11.1.067 for 32bit:
ant -Djace.home="$(JACEPREFIX)" -Dicc.home="$(ICPP_COMPILER11)/lib/ia32"
One simple and flexible way to support this is for jar2lib to accept additional library and header paths on the command line, for inclusion in the generated CMakeLists.txt.
Change History
comment:1 Changed 2011-02-15T10:40:13-06:00 by curtis
- Milestone changed from biweekly-2011: Feb-14 to Feb-25 to biweekly-2011: Mar-14 to Mar-25
comment:2 Changed 2011-03-13T21:52:09-05:00 by curtis
- Milestone changed from biweekly-2011: Mar-14 to Mar-25 to biweekly-2011: Mar-28 to Apr-08
comment:3 Changed 2011-04-25T11:27:11-05:00 by curtis
- Milestone changed from biweekly-2011: Apr-11 to Apr-22 to biweekly-2011: Jun-06 to Jun-17
comment:4 Changed 2011-06-06T12:46:06-05:00 by curtis
- Milestone changed from biweekly-2011: Jun-06 to Jun-17 to biweekly-2011: Jul-18 to Jul-29
comment:5 Changed 2011-07-05T09:54:02-05:00 by curtis
- Milestone biweekly-2011: Jul-18 to Jul-29 deleted
comment:6 Changed 2012-06-08T11:50:54-05:00 by curtis
- Status changed from new to closed
- Resolution set to fixed
Migrated to loci-software:#708.