Skip to content

Commit

Permalink
mopac v22.0.6 (#5)
Browse files Browse the repository at this point in the history
MNT: Re-rendered with conda-build 3.23.3, conda-smithy 3.22.1, and conda-forge-pinning 2022.12.17.19.22.51
  • Loading branch information
regro-cf-autotick-bot authored Dec 18, 2022
1 parent 00f2aa9 commit a831547
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions .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_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '10'
- '11'
cdt_name:
- cos6
channel_sources:
Expand All @@ -13,7 +13,7 @@ docker_image:
fortran_compiler:
- gfortran
fortran_compiler_version:
- '10'
- '11'
libblas:
- 3.9 *netlib
liblapack:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BUILD:
c_compiler:
- gcc
c_compiler_version:
- '10'
- '11'
cdt_arch:
- aarch64
cdt_name:
Expand All @@ -17,7 +17,7 @@ docker_image:
fortran_compiler:
- gfortran
fortran_compiler_version:
- '10'
- '11'
libblas:
- 3.9 *netlib
liblapack:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '10'
- '11'
cdt_name:
- cos7
channel_sources:
Expand All @@ -13,7 +13,7 @@ docker_image:
fortran_compiler:
- gfortran
fortran_compiler_version:
- '10'
- '11'
libblas:
- 3.9 *netlib
liblapack:
Expand Down
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "mopac" %}
{% set version = "22.0.5" %}
{% set version = "22.0.6" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/openmopac/mopac/archive/refs/tags/v{{ version }}.tar.gz
sha256: 48214514a7879fc5253db932a397fbfea0f35627c66694e170db1323454a1acc
sha256: 4014ab3a793490247082d178187acaf8abea2b30cb1804363aa2439e709b02b3

build:
number: 0
Expand Down

0 comments on commit a831547

Please sign in to comment.