andrewhwood / alembic

Automatically exported from code.google.com/p/alembic
Other
0 stars 0 forks source link

Building fails if not building pyalembic - configureCMakeBoost issue #296

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run the bootstrap without enabling pyalembic
2. run ccmake .

What is the expected output? What do you see instead?

I'd expect it to configure but, instead, it assigns options.generator to the 
boost_python_library option, which eventually results in a bad Boost_LIBRARYDIR

Commenting out line 954 of the alembic_bootstrap.py resolves this.

What version of the product are you using? On what operating system?

Latest src as of 3Dec

Please provide any additional information below.

Linux, Centos5

Original issue reported on code.google.com by robpi...@gmail.com on 3 Dec 2012 at 2:11

GoogleCodeExporter commented 9 years ago
Punting to Barnaby for triage.

Original comment by miller.lucas on 3 Dec 2012 at 6:09

GoogleCodeExporter commented 9 years ago
This has been accepted and is reproducible.  Ryan has found a fix and will push 
a patch to his clone which will probably be targeted for the 1.1.3 release.

Original comment by barnabyt...@gmail.com on 14 Dec 2012 at 11:51

GoogleCodeExporter commented 9 years ago

Original comment by barnabyt...@gmail.com on 15 Dec 2012 at 12:10

GoogleCodeExporter commented 9 years ago
A fix to address this was originally checked into rsgalloway-dev and was 
brought into my clone here:

http://code.google.com/r/millerlucas-dev/source/detail?r=7fd7ec0b63274be6a046d90
44d295bcf3d2624d0

Original comment by miller.lucas on 2 Jan 2013 at 7:00

GoogleCodeExporter commented 9 years ago

Original comment by miller.lucas on 14 Feb 2013 at 9:07