Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AlphaMolWrapper] add recipe (#7436)
* Including build recipe for AlphaMolWrapper * Updated readme in source repository * Updated SOurce code to not duplicate numerical constants on windows machines. * changing rad2 to rad2_ in another function call * Updating branch of build recipe * Update A/AlphaMolWrapper/build_tarballs.jl Co-authored-by: Mosè Giordano <[email protected]> * Update A/AlphaMolWrapper/build_tarballs.jl Co-authored-by: Mosè Giordano <[email protected]> * [AlphaMolWrapper] lowering preferred gcc version. specifying needed gmp version * [AlphaMolWrapper] trying GMP_jll v6.2.0 * [AlphaMolWrapper] setting GMP_jll to required v6.2.1 * [AlphaMolWrapper] trying to use GMP_jll v6.1.2 for backward compatability * [AlphaMolWrapper] setting GMP_jll to v6.2.1 again. Seems necessary. * [AlphaMolWrapper] Updating preferred gcc version * [AlphaMolWrapper] Increasing gcc version due to error in previous attempt. * [AlphaMolWrapper] 9 seems to be the lowest we can go in terms of gcc level. * [AlphaMolWrapper] Removing compat for julia 1.6.3, as it would require GMP_jll < 6.2.1 which does not work. --------- Co-authored-by: Mosè Giordano <[email protected]>
- Loading branch information