-
Notifications
You must be signed in to change notification settings - Fork 19
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
More changes for conda packaging #112
Conversation
Changes motivated by packaging the library for Anaconda
Hmm, we might have a bug. Have you tried other examples? |
Generated by 🚫 Danger |
Codecov Report
@@ Coverage Diff @@
## master #112 +/- ##
==========================================
+ Coverage 72.22% 72.24% +0.01%
==========================================
Files 139 139
Lines 5955 5959 +4
==========================================
+ Hits 4301 4305 +4
Misses 1654 1654
Continue to review full report at Codecov.
|
Nope, I was lazy. I'll try all the examples and see. Note that we have two variants of the package: OpenMP and OpenMP+MPI and it happens with both versions. I haven't understood how to make a serial version and haven't really investigated (as I thought it's rather pointless for distribution) |
conda-build compiles with |
UpdateThe package still needs a little bit more work. Hold on merging!
UPDATE I think this was due to the
UPDATE I think this was due to the
UPDATE I think this was due to the Of the compiled examples, all but
|
I'm not able to reproduce the stack error on my laptop. Which compiler is used on conda? |
GNU 7.3.0 I wasn't able to reproduce either :(
…On Tue, Dec 3, 2019 at 4:46 PM Stig Rune Jensen ***@***.***> wrote:
I'm not able to reproduce the stack error on my laptop. Which compiler is
used on conda?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#112?email_source=notifications&email_token=AA4JOEOSWFTMP3VEVDWVJF3QWZ5M5A5CNFSM4JUYSU3KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFZ2KAA#issuecomment-561227008>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA4JOEPMTBVD47HLRJ6ZACDQWZ5M5ANCNFSM4JUYSU3A>
.
--
Roberto Di Remigio
|
This is the full list of compiler flags used with
|
I think the stack smashing was a result of not correctly exporting the OpenMP dependency in the |
So, what should really be in the |
I assume we only want to package tagged releases, so it should be the release number. |
But this is not a tagged release |
Changes motivated by packaging the library for Anaconda