Skip to content

Add Randompack v0.1.1#13210

Open
jonasson2 wants to merge 1 commit intoJuliaPackaging:masterfrom
jonasson2:master
Open

Add Randompack v0.1.1#13210
jonasson2 wants to merge 1 commit intoJuliaPackaging:masterfrom
jonasson2:master

Conversation

@jonasson2
Copy link

New package: Randompack, a random number generation library.

@ViralBShah
Copy link
Member

Why not build for all supported platforms?

Comment on lines +23 to +24
# Meson fails to detect the macOS/aarch64 linker in BinaryBuilder;
# build manually here.
Copy link
Member

Choose a reason for hiding this comment

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

We haven't seen errors with this before - what is the exact error you saw with Meson on aarch64 macOS?

Comment on lines +9 to +13
ArchiveSource(
"https://raw.githubusercontent.com/jonasson2/randompack-src/v0.1.1/randompack-0.1.1.tar.gz",
"db3f048ddce772a77cacdf2d23a6bed58db4836b9d60f3dc6d1d910662926294",
),
]
Copy link
Member

Choose a reason for hiding this comment

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

This repo is literally just a tarball. Is there a repo that tracks the actual code files?

Platform("x86_64", "macos", libgfortran_version="5.0.0"),
Platform("x86_64", "linux"; libgfortran_version="5.0.0", cxxstring_abi="cxx11"),
Platform("aarch64", "linux"; libgfortran_version="5.0.0", cxxstring_abi="cxx11"),
Platform("x86_64", "windows"; libgfortran_version="5.0.0"),
Copy link
Member

Choose a reason for hiding this comment

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

This list is overly specific, like specifically why is this requesting a libgfortran version, but the Meson was told not to build the Fortran interface?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants