Opened 7 years ago

Closed 7 years ago

#55540 closed defect (fixed)

cantera-devel fails on SUNDIALS_PACKAGE_VERSION

Reported by: jantheron Owned by: macports@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: cantera

Description (last modified by mf2k (Frank Schima))

Cantera-devel fails to build.

It appears the sundials package is not correct. Error message from cantera build log:

:info:build ERROR: Sundials version 'SUNDIALS_PACKAGE_VERSION' is not supported.

I first had to uninstall sundials and re-install it with +lapack to get rid of an earlier error. I am now stumbling on this error. Can you help?

Attachments (1)

main.log (9.8 KB) - added by jantheron 7 years ago.
cantera build logfile

Download all attachments as: .zip

Change History (7)

Changed 7 years ago by jantheron

Attachment: main.log added

cantera build logfile

comment:1 Changed 7 years ago by mf2k (Frank Schima)

Owner: set to macports@…
Port: cantera added
Status: newassigned
Summary: cantera fails on SUNDIALS_PACKAGE_VERSIONcantera-devel fails on SUNDIALS_PACKAGE_VERSION

In the future, please use WikiFormatting, fill in the Port field and Cc the port maintainers (port info --maintainers cantera-devel), if any.

comment:2 Changed 7 years ago by mf2k (Frank Schima)

Description: modified (diff)

comment:3 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)

Maybe a duplicate of #55300.

Also, why are you installing cantera-devel? It is older than the cantera port, so you should probably be installing cantera instead of cantera-devel.

comment:4 in reply to:  3 ; Changed 7 years ago by jantheron

I had the same issue with cantera. And no, this is not a copy of 55300.

Replying to ryandesign:

Maybe a duplicate of #55300.

Also, why are you installing cantera-devel? It is older than the cantera port, so you should probably be installing cantera instead of cantera-devel.

Version 0, edited 7 years ago by jantheron (next)

comment:5 in reply to:  4 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)

Replying to jantheron:

I had the same issue with cantera.

I'm not surprised.

And no, this is not a copy of #55300.

It is, in that resolving #55300 will resolve this problem.

comment:6 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

In 210a0fde4fc4569de60c94a285a3c559dbbfbf9c/macports-ports:

cantera: Update to 2.3.0

cantera-devel: Update to 2.3.0b1

Add patch to fix build with Cython 0.26.

Add patch to fix build with fmt 4.

Use sundials2 in sundials variant; cantera is not compatible with
sundials 3.

Disable universal variant which never built universal software.

Don't rename shared library because nobody wants that.

Fix install_name of shared library.

No longer install setup_cantera with the execute bit because its
intended use is to be sourced into your current shell environment,
not run as a standalone script.

Move destroot commands out of the build phase and into the destroot
phase where they belong.

Closes: #55300
Closes: #55540

Note: See TracTickets for help on using tickets.