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

add symengine #118

Closed
wants to merge 1 commit into from
Closed

add symengine #118

wants to merge 1 commit into from

Conversation

tjhei
Copy link
Member

@tjhei tjhei commented May 22, 2019

candidate for 9.1

work in progress (need more testing)

Comment on lines +16 to +17
CONFOPTS="-DCMAKE_BUILD_TYPE=Release \
"
Copy link

@ghost ghost May 19, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For a minimal installation one could build the shared libs and disable the examples and tests
-DBUILD_SHARED_LIBS:BOOL=ON
-DBUILD_EXAMPLES:BOOL=OFF
-DBUILD_TEST:BOOL=OFF \

Comment on lines +1 to +2
VERSION=0.4.0
CHECKSUM=fd9ae3e98258291ef35b6392faa72ace
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We recently installed symengine successfully with version 0.7.0
VERSION=0.7.0
CHECKSUM=72b8f1442fd3084c96e59d9fe87eec1a

@ghost
Copy link

ghost commented May 19, 2021

At least with dealii-9.2 we recently installed successfully symengine v0.7.0, in the same fashion @tjhei wants to merge here, on a WSL Ubuntu 20.04, plain Ubuntu 20.04 and a linux cluster with Red Hat Enterprise Linux (RHEL) 7.7.

However, there seems to be an issue, see dealii#10016.

According to the symengine install doc maybe the package libgmp-dev (for Debian like systems) or gmp-devel (for RPM like systems) possibly needs to be added in the list of system requierements (add to list in platforms/...)?!

@ghost ghost mentioned this pull request Jun 18, 2021
23 tasks
@ghost
Copy link

ghost commented Jun 21, 2021

Should we merge this and then I open the update PR for 0.7.0 or should I directly open the 0.7.0 PR?

@ghost ghost mentioned this pull request Jun 21, 2021
@ghost
Copy link

ghost commented Jun 21, 2021

An updated is provided in #198.

@koecher
Copy link
Contributor

koecher commented Jun 21, 2021

resolved by #198

@koecher koecher closed this Jun 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants