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

Latest gcc Travis checks #727

Merged
merged 3 commits into from Jan 1, 2016
Merged

Conversation

CodeMaxx
Copy link
Contributor

Travis does an additional compiling with gcc 5.2 and g++ 5.2(latest versions)
#684

@@ -90,5 +93,5 @@ if [[ "${WITH_PIRANHA}" == "yes" ]]; then
git clone https://github.com/bluescarni/piranha;
cd piranha && mkdir build && cd build;
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$our_install_dir -DBUILD_TESTS=no ../ && make -j8 install && cd ../..;
fi
fi
Copy link
Contributor

Choose a reason for hiding this comment

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

Any reason to add this whitespace?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No the whitespace is not required.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

In #678 I ignored .sh files of the bin folder . Should I remove that exception and check for .sh files too? That would have prevented this error.

@certik
Copy link
Contributor

certik commented Dec 31, 2015

It seems to be working. +1 to merge, except the minor comment above.

@@ -23,6 +23,9 @@ if [[ "${TRAVIS_OS_NAME}" == "linux" ]] && [[ "${CC}" == "gcc" ]]; then
if [[ "${WITH_PIRANHA}" == "yes" ]]; then
export CC=gcc-4.8
export CXX=g++-4.8
elif [[ "${WITH_LATEST_GCC}" == "yes" ]]; then
export CC=gcc-5
Copy link
Member

Choose a reason for hiding this comment

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

Use spaces here instead of tabs to match the indentation of line 25

@isuruf
Copy link
Member

isuruf commented Dec 31, 2015

This seems to be using gcc-5.2, so can you change the commit message to reflect that?

@CodeMaxx
Copy link
Contributor Author

It downloaded as version 5.3 on my machine. Where does it say 5.2?

@isuruf
Copy link
Member

isuruf commented Dec 31, 2015

That's because you are using Ubuntu trusty. For precise, it's gcc-5.2. https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/test?field.series_filter=precise

@CodeMaxx
Copy link
Contributor Author

@isuruf Got it ! Thanx for notifying. Changes done

@CodeMaxx
Copy link
Contributor Author

CodeMaxx commented Jan 1, 2016

@isuruf @certik
Ping

isuruf added a commit that referenced this pull request Jan 1, 2016
@isuruf isuruf merged commit 849d5a5 into symengine:master Jan 1, 2016
@isuruf
Copy link
Member

isuruf commented Jan 1, 2016

@CodeMaxx, thanks for the PR

@isuruf isuruf mentioned this pull request Jan 1, 2016
@CodeMaxx
Copy link
Contributor Author

CodeMaxx commented Jan 2, 2016

@isuruf Thanx for merging.

@CodeMaxx CodeMaxx deleted the Travis-Latest-GCC branch January 4, 2016 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants