-
-
Notifications
You must be signed in to change notification settings - Fork 11
Bundle SLEEF and submodules using meson wrap [sdist compatible] #143
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
Merged
Merged
Changes from 27 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
d22d0a2
Add QBLAS wrap dependency system
SwayamInSync 9c31ce0
Add -fext-numeric-literals compiler flag for QBLAS compatibility
SwayamInSync c1b35a8
Remove QBLAS submodule, replaced with Meson wrap dependency
SwayamInSync 1fc111d
updating workflows
SwayamInSync 43a7c84
numeric literal only for gcc I guess
SwayamInSync 6124e14
Merge pull request #8 from SwayamInSync/sdist
SwayamInSync 556988c
hmm sleef package works
SwayamInSync 10e5d02
copying shared libs to somewhere consistent
SwayamInSync 253322a
sleef shared libs not found
SwayamInSync 84b2911
some utilities
SwayamInSync 0fbe0e6
maybe build statically
SwayamInSync 083f192
yeah static linking is fine
SwayamInSync bda104d
workflow-edit
SwayamInSync 797fd82
workflow: fixing macos deployment target and dynamic libs on linux
SwayamInSync 7c15c98
workflow: windows dlink fix
SwayamInSync 976f8ed
workflow: -fopenmp for linux
SwayamInSync 2181a3d
workflow: fix empty shared lib
SwayamInSync 9bf047a
workflow: CI fix
SwayamInSync 6ea6b33
workflow: redhat vs ubuntu
SwayamInSync 1c1dd3c
workflow: redhat vs ubuntu
SwayamInSync 69a7a99
workflow: redhat vs ubuntu
SwayamInSync 77f1a8e
windows parllel build off
SwayamInSync 724ea03
Merge pull request #9 from SwayamInSync/sdist
SwayamInSync 4d8f170
copying LISCENSE to quaddtype
SwayamInSync 4d1ad7e
Merge branch 'sdist'
SwayamInSync 1d028fa
liscense in toml
SwayamInSync 67fe2c5
building and testing sdist
SwayamInSync 78c1465
verbose and dep
SwayamInSync 58d59b9
verbose and dep
SwayamInSync e11c8df
updating README
SwayamInSync d0620af
Merge branch 'main' into sdist
SwayamInSync c90c009
Merge pull request #10 from SwayamInSync/sdist
SwayamInSync b726f21
small typos
SwayamInSync 6bd71e9
Apply suggestion from @ngoldbaum
SwayamInSync f14424c
README simpilifications suggestions
SwayamInSync File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +0,0 @@ | ||
[submodule "quaddtype/numpy_quaddtype/QBLAS"] | ||
path = quaddtype/numpy_quaddtype/QBLAS | ||
url = https://github.com/SwayamInSync/QBLAS | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
Copyright (c) 2022, NumPy Developers. | ||
All rights reserved. | ||
|
||
Redistribution and use in source and binary forms, with or without | ||
modification, are permitted provided that the following conditions are | ||
met: | ||
|
||
* Redistributions of source code must retain the above copyright | ||
notice, this list of conditions and the following disclaimer. | ||
|
||
* Redistributions in binary form must reproduce the above | ||
copyright notice, this list of conditions and the following | ||
disclaimer in the documentation and/or other materials provided | ||
with the distribution. | ||
|
||
* Neither the name of the NumPy Developers nor the names of any | ||
contributors may be used to endorse or promote products derived | ||
from this software without specific prior written permission. | ||
|
||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | ||
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | ||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR | ||
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT | ||
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | ||
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | ||
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | ||
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | ||
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.