Skip to content

Commit

Permalink
Merge pull request #92 from mrmundt/pyomo6.8.0
Browse files Browse the repository at this point in the history
Pyomo 6.8.0
  • Loading branch information
blnicho authored Aug 20, 2024
2 parents b2b7db4 + 5c1fb42 commit 452f73a
Show file tree
Hide file tree
Showing 13 changed files with 112 additions and 93 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .ci_support/linux_64_python3.10.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ c_compiler_version:
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
- '2.17'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/linux_64_python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ c_compiler_version:
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
- '2.17'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/linux_64_python3.12.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ c_compiler_version:
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
- '2.17'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/linux_64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ c_compiler_version:
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
- '2.17'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/linux_64_python3.9.____73_pypy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ c_compiler_version:
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
- '2.17'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/linux_64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ c_compiler_version:
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
- '2.17'
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down
6 changes: 6 additions & 0 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion .scripts/run_osx_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .scripts/run_win_build.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

146 changes: 73 additions & 73 deletions README.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Update with the following command
# conda skeleton pypi pyomo
{% set version = "6.7.3" %}
{% set version = "6.8.0" %}

package:
name: pyomo
Expand All @@ -9,13 +9,13 @@ package:
source: # pypi md5
fn: Pyomo-{{ version }}.tar.gz
url: https://pypi.io/packages/source/P/Pyomo/Pyomo-{{ version }}.tar.gz
sha256: b7f0441c405af4f42f38527ae38826a5c0a4984dd7bea1fe07172789d8594770
sha256: a204a78d8ed5fa7ad8fa94d3c8ed4f6da38b5c02a68b8fe446bc694f16c8d1ea

build:
number: 0
number: 2
script: "{{ PYTHON }} -m pip install . --no-deps -vv"
script_env:
- PYOMO_SETUP_ARGS=--with-distributable-extensions
- PYOMO_SETUP_ARGS=--with-distributable-extensions # [ 'pypy' not in environ.get('CONFIG') ]
entry_points:
- pyomo=pyomo.scripting.pyomo_main:main_console_script

Expand Down Expand Up @@ -46,6 +46,7 @@ test:
- pyomo.common
- pyomo.common.collections
- pyomo.contrib
- pyomo.contrib.alternative_solutions
- pyomo.contrib.ampl_function_demo
- pyomo.contrib.appsi
- pyomo.contrib.appsi.cmodel
Expand Down

0 comments on commit 452f73a

Please sign in to comment.