Skip to content
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

macaulay2: 1.24.05 #223

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 2 additions & 20 deletions Formula/macaulay2.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class Macaulay2 < Formula

Check warning on line 1 in Formula/macaulay2.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-latest)

`brew linkage --cached --test --strict macaulay2/tap/macaulay2` failed on Linux!

Indirect dependencies with linkage: gcc

Check warning on line 1 in Formula/macaulay2.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-12)

`brew linkage --cached --test --strict macaulay2/tap/macaulay2` failed on macOS Monterey (12)!

Indirect dependencies with linkage: icu4c libomp

Check warning on line 1 in Formula/macaulay2.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-13)

`brew linkage --cached --test --strict macaulay2/tap/macaulay2` failed on macOS Ventura (13)!

Indirect dependencies with linkage: icu4c libomp

Check warning on line 1 in Formula/macaulay2.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-14)

`brew linkage --cached --test --strict macaulay2/tap/macaulay2` failed on macOS Sonoma (14) on Apple Silicon!

Indirect dependencies with linkage: icu4c libomp
@name = "M2"
desc "Software system for algebraic geometry research"
homepage "http://macaulay2.com"
url "https://github.com/Macaulay2/M2/archive/refs/tags/release-1.23.tar.gz"
sha256 "306e3bf24514e9733a03ff8e24127b41b91fa7e593ed520651c892538c04344b"
url "https://github.com/Macaulay2/M2/archive/refs/tags/release-1.24.05.tar.gz"
sha256 "63b8c9931a5cbd0b937ad6ddb81530c26f3fbe5971cc935d294772652ebcf101"
license any_of: ["GPL-2.0-only", "GPL-3.0-only"]

head "https://github.com/Macaulay2/M2/archive/refs/heads/development.tar.gz"
Expand Down Expand Up @@ -149,21 +149,3 @@

--
2.38.1

diff --git a/M2/Macaulay2/e/CMakeLists.txt b/M2/Macaulay2/e/CMakeLists.txt
index ce702082fe..bd23b68304 100644
--- a/M2/Macaulay2/e/CMakeLists.txt
+++ b/M2/Macaulay2/e/CMakeLists.txt
@@ -359,10 +359,6 @@ if(EIGEN3_FOUND)
target_link_libraries(M2-engine PUBLIC Eigen3::Eigen)
endif()

-if(OpenMP_FOUND)
- target_link_libraries(M2-engine PUBLIC OpenMP::OpenMP_CXX)
-endif()
-
# Compiler warning flags
target_compile_options(M2-engine PRIVATE
-Wno-cast-qual # FIXME
--
2.40.1
Loading