-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Adding diffpy.cmi #30741
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
Adding diffpy.cmi #30741
Changes from 5 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
7152684
recipe for diffpy.cmi
cadenmyers13 44e0127
fix typo
cadenmyers13 daa155c
Merge branch 'main' into diffpy-cmi
cadenmyers13 f93ccb3
add dependencies with libobjcryst version pin
cadenmyers13 d401653
remove noarch from build
cadenmyers13 66044bd
add noarch back
cadenmyers13 1ef2f89
Add entry_points and comment out srreal for testing CI
cadenmyers13 1a6907e
uncomment diffpy.srreal
cadenmyers13 c064630
comment out srreal
cadenmyers13 b9fd6c5
update sha with skpkg and version number to 0.1.0rc0
cadenmyers13 97f652b
remove rc0 from version
cadenmyers13 2161c29
change source url
cadenmyers13 3a1b075
remove build
cadenmyers13 399af4f
rm python pip and pytest
cadenmyers13 956d4bf
rm source_files
cadenmyers13 6e2b63c
uncomment srreal
cadenmyers13 bd3cb9b
Merge branch 'main' into diffpy-cmi
cadenmyers13 4e756eb
empty commit to trigger CI
cadenmyers13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
{% set name = "diffpy.cmi" %} | ||
{% set version = "0.1.0rc0" %} | ||
{% set python_min = "3.11" %} | ||
|
||
package: | ||
name: {{ name|lower }} | ||
version: {{ version }} | ||
|
||
source: | ||
url: https://pypi.org/packages/source/d/diffpy_cmi/diffpy_cmi-0.1.0rc0.tar.gz | ||
sha256: 50506bfc8e44010846e78692683c9f00f402476158d327f785f7fa8172f2f2c0 | ||
|
||
build: | ||
number: 0 | ||
script: {{ PYTHON }} -m pip install --no-deps --ignore-installed . | ||
|
||
requirements: | ||
build: | ||
|
||
host: | ||
- python {{ python_min }} | ||
- setuptools | ||
- setuptools-git-versioning >=2.0 | ||
- pip | ||
|
||
run: | ||
- python >={{ python_min }} | ||
- numpy | ||
- scipy | ||
- matplotlib-base | ||
- diffpy.structure | ||
- diffpy.utils | ||
- diffpy.srfit | ||
- libobjcryst 2024.2.1 | ||
- pyobjcryst | ||
- periodictable | ||
- libdiffpy | ||
- diffpy.srreal | ||
|
||
test: | ||
requires: | ||
- python {{ python_min }} | ||
- pip | ||
- pytest | ||
|
||
cadenmyers13 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
source_files: | ||
- tests | ||
|
||
cadenmyers13 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
commands: | ||
- pip check | ||
- pytest | ||
|
||
about: | ||
home: https://github.com/diffpy.cmi/diffpy.cmi/ | ||
summary: "Complex modeling infrastructure: a modular framework for multi-modal modeling of scientific data." | ||
license: BSD-3-Clause | ||
license_family: BSD | ||
license_file: LICENSE.rst | ||
description: | | ||
DiffPy.CMI is designed as an extensible complex modeling infrastructure. Users and developers can readily integrate novel data types and constraints into custom workflows. While widely used for advanced analysis of structural data, the framework is general and can be applied to any problem where model parameters are refined to fit calculated quantities to data.DiffPy.CMI is a community-driven project that supports Unix, Linux, macOS, and Windows platforms. It is designed to be used in Python scripts enabling flexible scripting and automation for advanced and reproducible workflows. Users are encouraged to leverage the software for their modeling needs and to contribute feedback, use cases, and extensions through the project community. | ||
doc_url: http://diffpy.cmi.github.io/diffpy.cmi/ | ||
dev_url: https://github.com/diffpy.cmi/diffpy.cmi/ | ||
|
||
extra: | ||
recipe-maintainers: | ||
- sbillinge | ||
- cadenmyers13 | ||
- Tieqiong |
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.