From: Alan W. I. <Ala...@gm...> - 2019-03-20 10:16:54
|
On 2019-03-20 02:21-0700 Alan W. Irwin wrote: > # Configure the PLplot build using locally built and installed lua, > # lasi, qhull, and CMake (each with their own install prefixes). The > # -DBUILD_TEST=ON -DUSE_INCRTCL_VERSION_4=ON options are needed so > # that (i) build-tree testing is enabled and (ii) > # Tcl/Tk/Itcl/Itk/Iwidgets will be consistently found for Debian > # Testing. > # ../plplot.git is the location of the top-level directory of the > # source tree corresponding to the working directory of a git checkout of the > PLplot repository > # at SourceForge. > time (env > CMAKE_PREFIX_PATH=/home/software/lua/install-5.3.5:/home/software/lasi_svn/install:/home/software/qhull/install > "/home/software/cmake/install-3.13.2/bin/cmake" > -DCMAKE_INSTALL_PREFIX=/home/software/plplot/installcmake -DBUILD_TEST=ON > -DUSE_INCRTCL_VERSION_4=ON ../plplot.git >& cmake.out) P.S. I should have also stated that assuming you don't want to deal with complications with local installations of lua, lasi, and qhull and assuming your Ubuntu version provides cmake-3.7.2 or higher (our minimum acceptable version of CMake for plplot-5.14.0 is 3.7.2, but for the planned plplot-5.15.0 release that minimum CMake version will likely be bumped to at least 3.13.2), then the above configuration step can be simplified to time(cmake -DCMAKE_INSTALL_PREFIX=/home/software/plplot/installcmake -DBUILD_TEST=ON -DUSE_INCRTCL_VERSION_4=ON ../plplot.git >& cmake.out) Alan __________________________ Alan W. Irwin Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net); the Time Ephemerides project (timeephem.sf.net); PLplot scientific plotting software package (plplot.sf.net); the libLASi project (unifont.org/lasi); the Loads of Linux Links project (loll.sf.net); and the Linux Brochure Project (lbproject.sf.net). __________________________ Linux-powered Science __________________________ |