UFC

UFC reports "wrong" SWIG version when using SWIG 2.0.0

Bug #616908 reported by Johannes Ring
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
UFC
Invalid
Undecided
Unassigned

Bug Description

When using version 2.0.0 of SWIG the version number is reported differently by "swig -version" and "ufc.__swigversion__":

$ swig -version

SWIG Version 2.0.0

Compiled with g++ [i386-apple-darwin10.3.0]
Please see http://www.swig.org for reporting bugs and further information

$ python -c "import ufc;print ufc.__swigversion__"
2.0.00

This results in a failure when building DOLFIN because it is expected that both are equal.

Maybe the last character should be stripped off from the ufc.__swigversion__ string when the MICRO part of the version number starts with a 0 (zero)?

Revision history for this message
Johannes Ring (johannr) wrote :

I found a way around this in DOLFIN so I'm marking this bug as invalid.

Changed in ufc:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.