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

"core" target fixes #73

Closed
wants to merge 0 commits into from
Closed

"core" target fixes #73

wants to merge 0 commits into from

Conversation

mohawk2
Copy link
Member

@mohawk2 mohawk2 commented Mar 15, 2015

Currently the "core" target doesn't build Math or MatrixOps and both are needed. Also, using gmake -j4, the core SOs are usually (but not always) not built. This fixes or works around these issues.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 50.29% when pulling d0799c8 on corebuild-improve into 8647162 on master.

@mohawk2
Copy link
Member Author

mohawk2 commented Mar 15, 2015

Further pondering reminds me that the "core" target with the workaround only works for "dynamic". Likewise, the "coretest" only works with dynamic, although that's fixable with a recursive $(MAKE) test TEST_FILES="t/core.t t/ops.t".

@mohawk2
Copy link
Member Author

mohawk2 commented Mar 15, 2015

(Although in "static", that recursive make would actually depend on "static" which would build the whole thing, thereby rendering the smaller build pointless).

@zmughal
Copy link
Member

zmughal commented Mar 15, 2015

This looks good to me. A little ugly, but as long as we get this working more nicely with future EU:MM releases, go for it!

@mohawk2 mohawk2 closed this Mar 15, 2015
@mohawk2 mohawk2 deleted the corebuild-improve branch March 15, 2015 20:47
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