Skip to content

Commit

Permalink
Merge pull request #4609 from bmwiedemann/sort2b
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Jul 28, 2023
2 parents 28defca + a6fea99 commit 8228771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"EWAH_LIBS": std_libs + [get_ewah_bool_utils_path()],
"OMP_ARGS": omp_args,
"FIXED_INTERP": "yt/utilities/lib/fixed_interpolator.cpp",
"ARTIO_SOURCE": glob.glob("yt/frontends/artio/artio_headers/*.c"),
"ARTIO_SOURCE": sorted(glob.glob("yt/frontends/artio/artio_headers/*.c")),
"CPP14_FLAG": CPP14_FLAG,
"CPP11_FLAG": CPP11_FLAG,
}
Expand Down

0 comments on commit 8228771

Please sign in to comment.