File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ the development team and raise an Issue on
14
14
15
15
1. Older versions of the gcc compiler may not support all the optimization
16
16
flags that are used to compile the Cython code. These flags are chosen according
17
- to the ``extra_compiler_args `` list of strings that appears in the handful of
17
+ to the ``extra_compile_args `` list of strings that appears in the handful of
18
18
``setup_package.py `` files throughout the code. If this list contains a flag
19
19
not used by your version of gcc, you can simply delete each
20
20
appearance of the offending flag, and then install the code by
21
21
building the modified source code.
22
- See `GitHub Issue 561 <https://github.com/astropy/halotools/issues/561 >`_
22
+ See `GitHub Issue 561 <https://github.com/astropy/halotools/issues/561 >`_ for further details.
23
23
24
24
2. If you are a Mac user and you are not using the version of gcc that ships
25
25
with OS X, you may need to temporarily switch compilers to clang.
You can’t perform that action at this time.
0 commit comments