#43332 closed defect (fixed)
dolfin installation
Reported by: | mwathen@… | Owned by: | seanfarley (Sean Farley) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | ||
Port: | dolfin |
Description
I tried to reinstall dolfin after the version issue was fixed but now I get errors when I try and install dolfin. I have attached the log file
Attachments (1)
Change History (9)
Changed 11 years ago by mwathen@…
comment:1 Changed 11 years ago by seanfarley (Sean Farley)
Owner: | changed from macports-tickets@… to sean@… |
---|---|
Status: | new → assigned |
comment:2 Changed 11 years ago by seanfarley (Sean Farley)
Ok, I think I was able to reproduce something similar. It's not exactly the same error but it chokes on cgal with boost stuff. I'll try some more options (perhaps removing cgal from the default variants) and then letting you know how that goes.
comment:3 Changed 11 years ago by seanfarley (Sean Farley)
Yep, it was the update to cgal that broke this. I'll remove it from the default variants. For now, you can clean your dolfin build then specify -cgal
to unselect the cgal variant.
comment:4 follow-up: 6 Changed 11 years ago by seanfarley (Sean Farley)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in r118968. Make sure to clean your previous build and then rebuild:
$ sudo port clean dolfin $ sudo port install dolfin
comment:5 Changed 11 years ago by mf2k (Frank Schima)
Port: | dolfin added |
---|
comment:6 follow-up: 7 Changed 11 years ago by mwathen@…
Replying to sean@…:
Fixed in r118968. Make sure to clean your previous build and then rebuild:
$ sudo port clean dolfin $ sudo port install dolfin
I have cleaned dolfin and reinstalled with -cgal
but I still get the version error
UFC swig version is not the same as extension module swig version: '3.0.0' != '2.0.11'
comment:7 follow-up: 8 Changed 11 years ago by seanfarley (Sean Farley)
Replying to mwathen@…:
Replying to sean@…:
Fixed in r118968. Make sure to clean your previous build and then rebuild:
$ sudo port clean dolfin $ sudo port install dolfinI have cleaned dolfin and reinstalled with
-cgal
but I still get the version errorUFC swig version is not the same as extension module swig version: '3.0.0' != '2.0.11'
Make sure to delete the JIT compiled files by removing ~/.instant
.
comment:8 Changed 11 years ago by mwathen@…
Replying to sean@…:
Replying to mwathen@…:
Replying to sean@…:
Fixed in r118968. Make sure to clean your previous build and then rebuild:
$ sudo port clean dolfin $ sudo port install dolfinI have cleaned dolfin and reinstalled with
-cgal
but I still get the version errorUFC swig version is not the same as extension module swig version: '3.0.0' != '2.0.11'Make sure to delete the JIT compiled files by removing
~/.instant
.
Thanks!!! It works again.
Thanks for the report. I am trying to reproduce on my mavericks machine now.