NOTICE! This is a static HTML version of a legacy LOCI Software ticket.

LOCI projects are now located on GitHub. The Bio-Formats project can be found here.

Ticket #708 (closed enhancement: moved)

Opened 2012-06-08T11:50:26-05:00

Last modified 2014-01-07T16:26:21-06:00

Add option to specify additional library and/or include paths

Reported by: curtis Owned by: curtis
Priority: minor Milestone:
Component: jar2lib 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 2014-01-07T16:26:21-06:00 by curtis

  • Status changed from new to closed
  • Resolution set to moved