fftw
SOURCE_DIR /home/stratton/Public/ppml/external/fftw-3.3.3
CONFIGURE_COMMAND /configure ${CONFIGURE_PARALLEL_FLAG}
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=/tmp/ack
PATH=$DEPLOY_DIR/FFTW
BUILD_COMMAND make
)
On Sun, Mar 23, 2014 at 10:06 PM, Josh Stratton wrote:
> When I try specify
}
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=/tmp/ack
PATH=$DEPLOY_DIR/FFTW
BUILD_COMMAND make
)
On Sun, Mar 23, 2014 at 5:34 PM, Josh Stratton wrote:
> Looking at the docs it used a colon with the path afterward. What's
> the PATH variable for then?
>
> On 3/23/14, Micha
W
> PATH=$DEPLOY_DIR/FFTW
> BUILD_COMMAND make
> )
>
>
> Mike Jackson
>
> On Mar 23, 2014, at 7:33 PM, Josh Stratton
> wrote:
>
>> I've using cmake to build an autoconf portion of the project using
>> ExternalProject_Add. I tried using the autoc
I've using cmake to build an autoconf portion of the project using
ExternalProject_Add. I tried using the autoconf prefix, but was having
issues with the libtool and absolute paths. I found DCMAKE_INSTALL_PREFIX
in the docs, which seems to avoid the libtool problem, but I'm getting
errors saying
n W. Irwin
wrote:
> On 2014-03-15 23:06-0700 Josh Stratton wrote:
>
> I'm trying to get cmake to compile an autoconf external library that comes
>> with my git repo. I've found an example on stackoverflow that supposedly
>> works, but I get an error messag
I'm trying to get cmake to compile an autoconf external library that comes
with my git repo. I've found an example on stackoverflow that supposedly
works, but I get an error message saying no CMakeLists.txt exists in that
directory.
http://stackoverflow.com/questions/16604815/cmake-reuse-external