Skip to content

Commit

Permalink
Merge pull request #10 from seanyen/seanyen/windows
Browse files Browse the repository at this point in the history
Enable ceres & suitesparse for Windows.
  • Loading branch information
jschueller authored Apr 22, 2020
2 parents 1d217ff + c24f8d4 commit f8be20e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .ci_support/win_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ libcblas:
- 3.8 *netlib
liblapack:
- 3.8.0 *netlib
suitesparse:
- '5.4'
vc:
- '14'
2 changes: 1 addition & 1 deletion .github/CODEOWNERS

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

1 change: 1 addition & 0 deletions README.md

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

5 changes: 3 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ requirements:
- libblas
- libcblas
- liblapack
- suitesparse # [unix]
- suitesparse
- tbb
- eigen

run:
- glog
- gflags
- suitesparse # [unix]
- suitesparse
- tbb
- eigen

Expand All @@ -54,3 +54,4 @@ about:
extra:
recipe-maintainers:
- jschueller
- seanyen

1 comment on commit f8be20e

@conda-forge-linter
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! This is the friendly automated conda-forge-webservice.

I updated the Github team because of this commit.

  • @seanyen was added to this feedstock maintenance team.

You should get push access to this feedstock and CI services.

Feel free to join the community chat room.

NOTE: Please make sure to not push to the repository directly.
Use branches in your fork for any changes and send a PR.
More details here

Please sign in to comment.