Skip to content

Commit a2e9a88

Browse files
authored
Remove old flags from SuiteSparse 5. (#370)
1 parent 691287e commit a2e9a88

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

gen/generator.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ for target in JLLEnvs.JLL_ENV_TRIPLES
3838

3939
args = get_default_args(target)
4040
push!(args, "-I$include_dir")
41-
if startswith(target, "x86_64") || startswith(target, "powerpc64le") || startswith(target, "aarch64")
42-
push!(args, "-DSUN64 -DLONGBLAS='long long' -D'SuiteSparse_long_max=9223372036854775801'")
43-
end
4441

4542
header_files = [cholmod_h, SuiteSparseQR_C_h, amd_h, colamd_h, ccolamd_h, umfpack_h]
4643

0 commit comments

Comments
 (0)