Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile options: path settings #23

Closed
dkastl opened this issue Dec 3, 2010 · 2 comments
Closed

Compile options: path settings #23

dkastl opened this issue Dec 3, 2010 · 2 comments

Comments

@dkastl
Copy link
Member

dkastl commented Dec 3, 2010

From the mailing list:

/opt/src/pgrouting-1.05# cmake -DBoost_INCLUDE_DIR=/opt/src/boost_1_45_0 -DWITH_DD=ON -DCGAL_INCLUDE_DIR=/opt/emap -DCGAL_LIBRARIES=/opt/emap -DPOSTGRESQL_INCLUDE_DIR=/opt/emap -DPOSTGRESQL_LIBRARIES=/opt/emap -DSQL_INSTALL_PATH=/opt/emap  .
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
Boost headers were found here: /opt/src/boost_1_45_0
Output directory for libraries is set to /opt/emap/lib/postgresql
-- Found PGROUTING_CORE core: /opt/src/pgrouting-1.05/core/src
Installation directory for libraries is set to /opt/emap/lib/postgresql and for SQL files is set to /usr/share/postlbs
-- Configuring done
WARNING: Target "routing_dd" requests linking to directory "/opt/emap".  Targets may link only to libraries.  CMake is dropping the item.
-- Generating done
-- Build files have been written to: /opt/src/pgrouting-1.05

IF (NOT SQL_INSTALL_PATH)
SET(SQL_INSTALL_PATH /usr/share/pgrouting)
ENDIF(NOT SQL_INSTALL_PATH)

And then when you run want to override it you do something like:

SQL_INSTALL_PATH=/opt/emap/pgrouting cmake

or maybe

SQL_INSTALL_PATH=/opt/emap/pgrouting

@woodbri
Copy link
Contributor

woodbri commented May 9, 2013

I don't think this is an issue for branch sew-devel-2_0, so I'm remove the 2.0 tag. Please add it back if concrete example if there is an issue.

@dkastl
Copy link
Member Author

dkastl commented May 9, 2013

Right, this is not an issue anymore for 2.0 and rather unimportant for 1.x, so I'm closing this.

@dkastl dkastl closed this as completed May 9, 2013
cvvergara added a commit that referenced this issue Jul 18, 2016
rohithsankepally added a commit that referenced this issue Jul 21, 2017
cvvergara pushed a commit that referenced this issue Jan 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants