I was trying to install hddm 0.9.0 on a 64-bit Windows 10. I tried running the command listed on the Github page in a conda (4.10.1) environment with python 3.10.0. I am getting a really long error message when trying to install pymc 2.3.8 using pip. I have gcc (8.1.0) installed via mingw-w64. The full error msg is listed below.
(hddm_local) PS C:\Windows\system32> pip install pymc
Collecting pymc
Using cached pymc-2.3.8.tar.gz (385 kB)
Preparing metadata (setup.py) ... done
Building wheels for collected packages: pymc
Building wheel for pymc (setup.py) ... error
ERROR: Command errored out with exit status 1:
command: 'C:\Users\haozi\anaconda3\envs\hddm_local\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\haozi\\AppData\\Local\\Temp\\pip-install-zhv6jeeh\\pymc_789bde60e4264b419cdbbf9ae685ae10\\setup.py'"'"'; __file__='"'"'C:\\Users\\haozi\\AppData\\Local\\Temp\\pip-install-zhv6jeeh\\pymc_789bde60e4264b419cdbbf9ae685ae10\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\haozi\AppData\Local\Temp\pip-wheel-smk2jrqc'
cwd: C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\
Complete output (991 lines):
Could not locate executable g77
Could not locate executable f77
Could not locate executable ifort
Could not locate executable ifl
Could not locate executable f90
Could not locate executable DF
Could not locate executable efl
Using built-in specs.
COLLECT_GCC=C:\Program Files\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\gfortran.exe
COLLECT_LTO_WRAPPER=C:/Program\ Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/lto-wrapper.exe
Target: x86_64-w64-mingw32
Configured with: ../../../src/gcc-8.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=
https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/lib -L/c/mingw810/prerequisites/x86_64-zlib-static/lib -L/c/mingw810/prerequisites/x86_64-w64-mingw32-static/lib '
Thread model: posix
gcc version 8.1.0 (x86_64-posix-seh-rev0, Built by MinGW-W64 project)
Using built-in specs.
COLLECT_GCC=C:\Program Files\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\gfortran.exe
COLLECT_LTO_WRAPPER=C:/Program\ Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/lto-wrapper.exe
Target: x86_64-w64-mingw32
Configured with: ../../../src/gcc-8.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=
https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/lib -L/c/mingw810/prerequisites/x86_64-zlib-static/lib -L/c/mingw810/prerequisites/x86_64-w64-mingw32-static/lib '
Thread model: posix
gcc version 8.1.0 (x86_64-posix-seh-rev0, Built by MinGW-W64 project)
C:\Users\haozi\anaconda3\envs\hddm_local\lib\site-packages\numpy\distutils\system_info.py:1858: UserWarning:
Directories to search for the libraries can be specified in the
numpy/distutils/site.cfg file (section [lapack]) or by setting
the LAPACK environment variable.
return getattr(self, '_calc_info_{}'.format(name))()
C:\Users\haozi\anaconda3\envs\hddm_local\lib\site-packages\numpy\distutils\system_info.py:1858: UserWarning:
Directories to search for the sources can be specified in the
numpy/distutils/site.cfg file (section [lapack_src]) or by setting
the LAPACK_SRC environment variable.
return getattr(self, '_calc_info_{}'.format(name))()
C:\Users\haozi\anaconda3\envs\hddm_local\lib\site-packages\numpy\distutils\system_info.py:581: UserWarning:
Directories to search for the libraries can be specified in the
numpy/distutils/site.cfg file (section [lapack]) or by setting
the LAPACK environment variable.
return cl().get_info(notfound_action)
No optimized BLAS or Lapack libraries found, building from source. This may take a while...
No optimized BLAS or Lapack libraries found, building from source. This may take a while...
running bdist_wheel
running build
running config_cc
unifing config_cc, config, build_clib, build_ext, build commands --compiler options
running config_fc
unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
running build_src
build_src
building extension "pymc.flib" sources
f2py options: []
adding 'build\src.win-amd64-3.10\build\src.win-amd64-3.10\pymc\fortranobject.c' to sources.
adding 'build\src.win-amd64-3.10\build\src.win-amd64-3.10\pymc' to include_dirs.
adding 'build\src.win-amd64-3.10\pymc\flib-f2pywrappers.f' to sources.
building extension "pymc.LazyFunction" sources
building extension "pymc.Container_values" sources
building extension "pymc.gp.linalg_utils" sources
f2py options: []
adding 'build\src.win-amd64-3.10\build\src.win-amd64-3.10\pymc\gp\fortranobject.c' to sources.
adding 'build\src.win-amd64-3.10\build\src.win-amd64-3.10\pymc\gp' to include_dirs.
adding 'build\src.win-amd64-3.10\pymc\gp\linalg_utils-f2pywrappers.f' to sources.
building extension "pymc.gp.incomplete_chol" sources
f2py options: []
adding 'build\src.win-amd64-3.10\build\src.win-amd64-3.10\pymc\gp\fortranobject.c' to sources.
adding 'build\src.win-amd64-3.10\build\src.win-amd64-3.10\pymc\gp' to include_dirs.
adding 'build\src.win-amd64-3.10\pymc\gp\incomplete_chol-f2pywrappers.f' to sources.
building extension "pymc.gp.cov_funs.isotropic_cov_funs" sources
f2py options: []
adding 'build\src.win-amd64-3.10\build\src.win-amd64-3.10\pymc\gp\cov_funs\fortranobject.c' to sources.
adding 'build\src.win-amd64-3.10\build\src.win-amd64-3.10\pymc\gp\cov_funs' to include_dirs.
adding 'build\src.win-amd64-3.10\pymc\gp\cov_funs\isotropic_cov_funs-f2pywrappers.f' to sources.
building extension "pymc.gp.cov_funs.distances" sources
f2py options: []
adding 'build\src.win-amd64-3.10\build\src.win-amd64-3.10\pymc\gp\cov_funs\fortranobject.c' to sources.
adding 'build\src.win-amd64-3.10\build\src.win-amd64-3.10\pymc\gp\cov_funs' to include_dirs.
build_src: building npy-pkg config files
running build_py
creating build\lib.win-amd64-3.10
creating build\lib.win-amd64-3.10\pymc
copying pymc\calc_utils.py -> build\lib.win-amd64-3.10\pymc
copying pymc\CircularStochastic.py -> build\lib.win-amd64-3.10\pymc
copying pymc\CommonDeterministics.py -> build\lib.win-amd64-3.10\pymc
copying pymc\Container.py -> build\lib.win-amd64-3.10\pymc
copying pymc\datatypes.py -> build\lib.win-amd64-3.10\pymc
copying pymc\decorators.py -> build\lib.win-amd64-3.10\pymc
copying pymc\diagnostics.py -> build\lib.win-amd64-3.10\pymc
copying pymc\distributions.py -> build\lib.win-amd64-3.10\pymc
copying pymc\graph.py -> build\lib.win-amd64-3.10\pymc
copying pymc\InstantiationDecorators.py -> build\lib.win-amd64-3.10\pymc
copying pymc\Matplot.py -> build\lib.win-amd64-3.10\pymc
copying pymc\MCMC.py -> build\lib.win-amd64-3.10\pymc
copying pymc\Model.py -> build\lib.win-amd64-3.10\pymc
copying pymc\Node.py -> build\lib.win-amd64-3.10\pymc
copying pymc\NormalApproximation.py -> build\lib.win-amd64-3.10\pymc
copying pymc\NumpyDeterministics.py -> build\lib.win-amd64-3.10\pymc
copying pymc\progressbar.py -> build\lib.win-amd64-3.10\pymc
copying pymc\PyMCObjects.py -> build\lib.win-amd64-3.10\pymc
copying pymc\ScipyDistributions.py -> build\lib.win-amd64-3.10\pymc
copying pymc\six.py -> build\lib.win-amd64-3.10\pymc
copying pymc\StepMethods.py -> build\lib.win-amd64-3.10\pymc
copying pymc\threadpool.py -> build\lib.win-amd64-3.10\pymc
copying pymc\utils.py -> build\lib.win-amd64-3.10\pymc
copying pymc\__init__.py -> build\lib.win-amd64-3.10\pymc
creating build\lib.win-amd64-3.10\pymc\database
copying pymc/database\base.py -> build\lib.win-amd64-3.10\pymc/database
copying pymc/database\hdf5.py -> build\lib.win-amd64-3.10\pymc/database
copying pymc/database\hdf5ea.py -> build\lib.win-amd64-3.10\pymc/database
copying pymc/database\no_trace.py -> build\lib.win-amd64-3.10\pymc/database
copying pymc/database\pickle.py -> build\lib.win-amd64-3.10\pymc/database
copying pymc/database\ram.py -> build\lib.win-amd64-3.10\pymc/database
copying pymc/database\sqlite.py -> build\lib.win-amd64-3.10\pymc/database
copying pymc/database\txt.py -> build\lib.win-amd64-3.10\pymc/database
copying pymc/database\__init__.py -> build\lib.win-amd64-3.10\pymc/database
creating build\lib.win-amd64-3.10\pymc\examples
copying pymc/examples\custom_step.py -> build\lib.win-amd64-3.10\pymc/examples
copying pymc/examples\disaster_model.py -> build\lib.win-amd64-3.10\pymc/examples
copying pymc/examples\disaster_model_gof.py -> build\lib.win-amd64-3.10\pymc/examples
copying pymc/examples\disaster_model_linear.py -> build\lib.win-amd64-3.10\pymc/examples
copying pymc/examples\disaster_model_missing.py -> build\lib.win-amd64-3.10\pymc/examples
copying pymc/examples\disaster_model_null.py -> build\lib.win-amd64-3.10\pymc/examples
copying pymc/examples\gelman_bioassay.py -> build\lib.win-amd64-3.10\pymc/examples
copying pymc/examples\melanoma.py -> build\lib.win-amd64-3.10\pymc/examples
copying pymc/examples\melanoma_data.py -> build\lib.win-amd64-3.10\pymc/examples
copying pymc/examples\weibull_fit.py -> build\lib.win-amd64-3.10\pymc/examples
copying pymc/examples\weibull_fit_gof.py -> build\lib.win-amd64-3.10\pymc/examples
copying pymc/examples\zip.py -> build\lib.win-amd64-3.10\pymc/examples
copying pymc/examples\__init__.py -> build\lib.win-amd64-3.10\pymc/examples
creating build\lib.win-amd64-3.10\pymc\examples\gp
copying pymc/examples/gp\basiscov.py -> build\lib.win-amd64-3.10\pymc/examples/gp
copying pymc/examples/gp\cov.py -> build\lib.win-amd64-3.10\pymc/examples/gp
copying pymc/examples/gp\covparams.py -> build\lib.win-amd64-3.10\pymc/examples/gp
copying pymc/examples/gp\MCMC.py -> build\lib.win-amd64-3.10\pymc/examples/gp
copying pymc/examples/gp\mean.py -> build\lib.win-amd64-3.10\pymc/examples/gp
copying pymc/examples/gp\mesh_choice.py -> build\lib.win-amd64-3.10\pymc/examples/gp
copying pymc/examples/gp\observation.py -> build\lib.win-amd64-3.10\pymc/examples/gp
copying pymc/examples/gp\PyMCmodel.py -> build\lib.win-amd64-3.10\pymc/examples/gp
copying pymc/examples/gp\realizations.py -> build\lib.win-amd64-3.10\pymc/examples/gp
copying pymc/examples/gp\__init__.py -> build\lib.win-amd64-3.10\pymc/examples/gp
creating build\lib.win-amd64-3.10\pymc\tests
copying pymc/tests\objectmodel.py -> build\lib.win-amd64-3.10\pymc/tests
copying pymc/tests\test_adaptive.py -> build\lib.win-amd64-3.10\pymc/tests
copying pymc/tests\test_AM.py -> build\lib.win-amd64-3.10\pymc/tests
copying pymc/tests\test_basiscov.py -> build\lib.win-amd64-3.10\pymc/tests
copying pymc/tests\test_binary_step.py -> build\lib.win-amd64-3.10\pymc/tests
copying pymc/tests\test_container.py -> build\lib.win-amd64-3.10\pymc/tests
copying pymc/tests\test_convergence.py -> build\lib.win-amd64-3.10\pymc/tests
copying pymc/tests\test_cov.py -> build\lib.win-amd64-3.10\pymc/tests
copying pymc/tests\test_database.py -> build\lib.win-amd64-3.10\pymc/tests
copying pymc/tests\test_distributions.py -> build\lib.win-amd64-3.10\pymc/tests
copying pymc/tests\test_GP_MCMC.py -> build\lib.win-amd64-3.10\pymc/tests
copying pymc/tests\test_gradients.py -> build\lib.win-amd64-3.10\pymc/tests
copying pymc/tests\test_graph.py -> build\lib.win-amd64-3.10\pymc/tests
copying pymc/tests\test_instantiation.py -> build\lib.win-amd64-3.10\pymc/tests
copying pymc/tests\test_interactive.py -> build\lib.win-amd64-3.10\pymc/tests
copying pymc/tests\test_MCMCSampler.py -> build\lib.win-amd64-3.10\pymc/tests
copying pymc/tests\test_mean.py -> build\lib.win-amd64-3.10\pymc/tests
copying pymc/tests\test_missing.py -> build\lib.win-amd64-3.10\pymc/tests
copying pymc/tests\test_norm_approx.py -> build\lib.win-amd64-3.10\pymc/tests
copying pymc/tests\test_observation.py -> build\lib.win-amd64-3.10\pymc/tests
copying pymc/tests\test_realization.py -> build\lib.win-amd64-3.10\pymc/tests
copying pymc/tests\test_slice.py -> build\lib.win-amd64-3.10\pymc/tests
copying pymc/tests\test_special_methods.py -> build\lib.win-amd64-3.10\pymc/tests
copying pymc/tests\test_utils.py -> build\lib.win-amd64-3.10\pymc/tests
copying pymc/tests\__init__.py -> build\lib.win-amd64-3.10\pymc/tests
creating build\lib.win-amd64-3.10\pymc\gp
copying pymc/gp\BasisCovariance.py -> build\lib.win-amd64-3.10\pymc/gp
copying pymc/gp\Covariance.py -> build\lib.win-amd64-3.10\pymc/gp
copying pymc/gp\FullRankCovariance.py -> build\lib.win-amd64-3.10\pymc/gp
copying pymc/gp\gpplots.py -> build\lib.win-amd64-3.10\pymc/gp
copying pymc/gp\GPutils.py -> build\lib.win-amd64-3.10\pymc/gp
copying pymc/gp\gp_submodel.py -> build\lib.win-amd64-3.10\pymc/gp
copying pymc/gp\Mean.py -> build\lib.win-amd64-3.10\pymc/gp
copying pymc/gp\NearlyFullRankCovariance.py -> build\lib.win-amd64-3.10\pymc/gp
copying pymc/gp\Realization.py -> build\lib.win-amd64-3.10\pymc/gp
copying pymc/gp\step_methods.py -> build\lib.win-amd64-3.10\pymc/gp
copying pymc/gp\__init__.py -> build\lib.win-amd64-3.10\pymc/gp
creating build\lib.win-amd64-3.10\pymc\gp\cov_funs
copying pymc/gp/cov_funs\bases.py -> build\lib.win-amd64-3.10\pymc/gp/cov_funs
copying pymc/gp/cov_funs\brownian.py -> build\lib.win-amd64-3.10\pymc/gp/cov_funs
copying pymc/gp/cov_funs\cov_utils.py -> build\lib.win-amd64-3.10\pymc/gp/cov_funs
copying pymc/gp/cov_funs\nsmatern.py -> build\lib.win-amd64-3.10\pymc/gp/cov_funs
copying pymc/gp/cov_funs\wrapped_distances.py -> build\lib.win-amd64-3.10\pymc/gp/cov_funs
copying pymc/gp/cov_funs\__init__.py -> build\lib.win-amd64-3.10\pymc/gp/cov_funs
running build_ext
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
customize MSVCCompiler using build_ext
CCompilerOpt.cc_test_flags[1013] : testing flags (/O2)
creating C:\Users\haozi\AppData\Local\Temp\tmpfo3fbznu\Users
creating C:\Users\haozi\AppData\Local\Temp\tmpfo3fbznu\Users\haozi
creating C:\Users\haozi\AppData\Local\Temp\tmpfo3fbznu\Users\haozi\anaconda3
creating C:\Users\haozi\AppData\Local\Temp\tmpfo3fbznu\Users\haozi\anaconda3\envs
creating C:\Users\haozi\AppData\Local\Temp\tmpfo3fbznu\Users\haozi\anaconda3\envs\hddm_local
creating C:\Users\haozi\AppData\Local\Temp\tmpfo3fbznu\Users\haozi\anaconda3\envs\hddm_local\Lib
creating C:\Users\haozi\AppData\Local\Temp\tmpfo3fbznu\Users\haozi\anaconda3\envs\hddm_local\Lib\site-packages
creating C:\Users\haozi\AppData\Local\Temp\tmpfo3fbznu\Users\haozi\anaconda3\envs\hddm_local\Lib\site-packages\numpy
creating C:\Users\haozi\AppData\Local\Temp\tmpfo3fbznu\Users\haozi\anaconda3\envs\hddm_local\Lib\site-packages\numpy\distutils
creating C:\Users\haozi\AppData\Local\Temp\tmpfo3fbznu\Users\haozi\anaconda3\envs\hddm_local\Lib\site-packages\numpy\distutils\checks
CCompilerOpt.cc_test_flags[1013] : testing flags (/WX)
CCompilerOpt.__init__[1159] : feature 'AVX512_KNL' is disabled, MSVC compiler doesn't support it
CCompilerOpt.__init__[1159] : feature 'AVX512_KNM' is disabled, MSVC compiler doesn't support it
CCompilerOpt.__init__[1701] : check requested baseline
CCompilerOpt.cc_test_flags[1013] : testing flags (/arch:SSE)
CCompilerOpt.dist_test[581] : CCompilerOpt._dist_test_spawn[704] : Flags in command (C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -IC:\Users\haozi\anaconda3\envs\hddm_local\include -IC:\Users\haozi\anaconda3\envs\hddm_local\Include -IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt /TcC:\Users\haozi\anaconda3\envs\hddm_local\Lib\site-packages\numpy\distutils\checks\test_flags.c /FoC:\Users\haozi\AppData\Local\Temp\tmpfo3fbznu\Users\haozi\anaconda3\envs\hddm_local\Lib\site-packages\numpy\distutils\checks\test_flags.obj /arch:SSE) aren't supported by the compiler, output ->
cl : Command line warning D9002 : ignoring unknown option '/arch:SSE'
test_flags.c
CCompilerOpt.cc_test_flags[1017] : testing failed
CCompilerOpt.cc_test_flags[1013] : testing flags (/arch:SSE2)
CCompilerOpt.dist_test[581] : CCompilerOpt._dist_test_spawn[704] : Flags in command (C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -IC:\Users\haozi\anaconda3\envs\hddm_local\include -IC:\Users\haozi\anaconda3\envs\hddm_local\Include -IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt /TcC:\Users\haozi\anaconda3\envs\hddm_local\Lib\site-packages\numpy\distutils\checks\test_flags.c /FoC:\Users\haozi\AppData\Local\Temp\tmpfo3fbznu\Users\haozi\anaconda3\envs\hddm_local\Lib\site-packages\numpy\distutils\checks\test_flags.obj /arch:SSE2) aren't supported by the compiler, output ->
cl : Command line warning D9002 : ignoring unknown option '/arch:SSE2'
test_flags.c
CCompilerOpt.cc_test_flags[1017] : testing failed
CCompilerOpt.feature_test[1466] : testing feature 'SSE' with flags ()
CCompilerOpt.feature_test[1466] : testing feature 'SSE2' with flags ()
CCompilerOpt.feature_test[1466] : testing feature 'SSE3' with flags ()
CCompilerOpt.__init__[1710] : check requested dispatch-able features
CCompilerOpt.feature_test[1466] : testing feature 'SSE41' with flags ()
CCompilerOpt.feature_test[1466] : testing feature 'SSSE3' with flags ()
CCompilerOpt.cc_test_flags[1013] : testing flags (/arch:AVX)
CCompilerOpt.cc_test_flags[1013] : testing flags (/arch:AVX2)
CCompilerOpt.cc_test_flags[1013] : testing flags (/arch:AVX512)
CCompilerOpt.feature_test[1466] : testing feature 'AVX512_SKX' with flags (/arch:AVX512)
CCompilerOpt.feature_test[1466] : testing feature 'AVX512CD' with flags (/arch:AVX512)
CCompilerOpt.feature_test[1466] : testing feature 'F16C' with flags (/arch:AVX)
CCompilerOpt.feature_test[1466] : testing feature 'POPCNT' with flags ()
CCompilerOpt.feature_test[1466] : testing feature 'AVX2' with flags (/arch:AVX2)
CCompilerOpt.feature_test[1466] : testing feature 'AVX' with flags (/arch:AVX)
CCompilerOpt.feature_test[1466] : testing feature 'FMA3' with flags (/arch:AVX2)
CCompilerOpt.feature_test[1466] : testing feature 'SSE42' with flags ()
CCompilerOpt.feature_test[1466] : testing feature 'AVX512F' with flags (/arch:AVX512)
CCompilerOpt.feature_test[1466] : testing feature 'AVX512_CNL' with flags (/arch:AVX512)
CCompilerOpt.feature_test[1466] : testing feature 'AVX512_CLX' with flags (/arch:AVX512)
CCompilerOpt.feature_test[1466] : testing feature 'AVX512_ICL' with flags (/arch:AVX512)
CCompilerOpt.__init__[1722] : skip features (SSE2 SSE3 SSE) since its part of baseline
CCompilerOpt.__init__[1726] : initialize targets groups
CCompilerOpt.__init__[1728] : parse target group simd_test
CCompilerOpt._parse_target_tokens[1939] : skip targets (ASIMD FMA4 VSX3 VSX2 XOP VSX NEON) not part of baseline or dispatch-able features
CCompilerOpt._parse_policy_not_keepbase[2051] : skip baseline features (SSE2)
CCompilerOpt.generate_dispatch_header[2272] : generate CPU dispatch header: (build\src.win-amd64-3.10\numpy\distutils\include\npy_cpu_dispatch_config.h)
CCompilerOpt.generate_dispatch_header[2281] : dispatch header dir build\src.win-amd64-3.10\numpy\distutils\include does not exist, creating it
CCompilerOpt.feature_extra_checks[1546] : Testing extra checks for feature 'AVX512F' (AVX512F_REDUCE)
CCompilerOpt.feature_extra_checks[1546] : Testing extra checks for feature 'AVX512_SKX' (AVX512BW_MASK AVX512DQ_MASK)
get_default_fcompiler: matching types: '['gnu', 'intelv', 'absoft', 'compaqv', 'intelev', 'gnu95', 'g95', 'intelvem', 'intelem', 'flang']'
customize GnuFCompiler
customize IntelVisualFCompiler
customize AbsoftFCompiler
customize CompaqVisualFCompiler
customize IntelItaniumVisualFCompiler
customize Gnu95FCompiler
Using built-in specs.
COLLECT_GCC=C:\Program Files\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\gfortran.exe
COLLECT_LTO_WRAPPER=C:/Program\ Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/lto-wrapper.exe
Target: x86_64-w64-mingw32
Configured with: ../../../src/gcc-8.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=
https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/lib -L/c/mingw810/prerequisites/x86_64-zlib-static/lib -L/c/mingw810/prerequisites/x86_64-w64-mingw32-static/lib '
Thread model: posix
gcc version 8.1.0 (x86_64-posix-seh-rev0, Built by MinGW-W64 project)
customize Gnu95FCompiler
Using built-in specs.
COLLECT_GCC=C:\Program Files\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\gfortran.exe
COLLECT_LTO_WRAPPER=C:/Program\ Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/lto-wrapper.exe
Target: x86_64-w64-mingw32
Configured with: ../../../src/gcc-8.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=
https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/lib -L/c/mingw810/prerequisites/x86_64-zlib-static/lib -L/c/mingw810/prerequisites/x86_64-w64-mingw32-static/lib '
Thread model: posix
gcc version 8.1.0 (x86_64-posix-seh-rev0, Built by MinGW-W64 project)
customize Gnu95FCompiler using build_ext
building 'pymc.flib' extension
compiling C sources
creating build\temp.win-amd64-3.10\Release\cephes
creating build\temp.win-amd64-3.10\Release\build
creating build\temp.win-amd64-3.10\Release\build\src.win-amd64-3.10
creating build\temp.win-amd64-3.10\Release\build\src.win-amd64-3.10\pymc
creating build\temp.win-amd64-3.10\Release\build\src.win-amd64-3.10\build
creating build\temp.win-amd64-3.10\Release\build\src.win-amd64-3.10\build\src.win-amd64-3.10
creating build\temp.win-amd64-3.10\Release\build\src.win-amd64-3.10\build\src.win-amd64-3.10\pymc
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -Ibuild\src.win-amd64-3.10\build\src.win-amd64-3.10\pymc -IC:\Users\haozi\anaconda3\envs\hddm_local\lib\site-packages\numpy\core\include -Ibuild\src.win-amd64-3.10\numpy\distutils\include -IC:\Users\haozi\anaconda3\envs\hddm_local\include -IC:\Users\haozi\anaconda3\envs\hddm_local\Include -IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt /Tccephes\i0.c /Fobuild\temp.win-amd64-3.10\Release\cephes\i0.obj
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -Ibuild\src.win-amd64-3.10\build\src.win-amd64-3.10\pymc -IC:\Users\haozi\anaconda3\envs\hddm_local\lib\site-packages\numpy\core\include -Ibuild\src.win-amd64-3.10\numpy\distutils\include -IC:\Users\haozi\anaconda3\envs\hddm_local\include -IC:\Users\haozi\anaconda3\envs\hddm_local\Include -IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt /Tccephes\c2f.c /Fobuild\temp.win-amd64-3.10\Release\cephes\c2f.obj
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -Ibuild\src.win-amd64-3.10\build\src.win-amd64-3.10\pymc -IC:\Users\haozi\anaconda3\envs\hddm_local\lib\site-packages\numpy\core\include -Ibuild\src.win-amd64-3.10\numpy\distutils\include -IC:\Users\haozi\anaconda3\envs\hddm_local\include -IC:\Users\haozi\anaconda3\envs\hddm_local\Include -IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt /Tccephes\chbevl.c /Fobuild\temp.win-amd64-3.10\Release\cephes\chbevl.obj
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -Ibuild\src.win-amd64-3.10\build\src.win-amd64-3.10\pymc -IC:\Users\haozi\anaconda3\envs\hddm_local\lib\site-packages\numpy\core\include -Ibuild\src.win-amd64-3.10\numpy\distutils\include -IC:\Users\haozi\anaconda3\envs\hddm_local\include -IC:\Users\haozi\anaconda3\envs\hddm_local\Include -IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt /Tcbuild\src.win-amd64-3.10\pymc\flibmodule.c /Fobuild\temp.win-amd64-3.10\Release\build\src.win-amd64-3.10\pymc\flibmodule.obj
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -Ibuild\src.win-amd64-3.10\build\src.win-amd64-3.10\pymc -IC:\Users\haozi\anaconda3\envs\hddm_local\lib\site-packages\numpy\core\include -Ibuild\src.win-amd64-3.10\numpy\distutils\include -IC:\Users\haozi\anaconda3\envs\hddm_local\include -IC:\Users\haozi\anaconda3\envs\hddm_local\Include -IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt /Tcbuild\src.win-amd64-3.10\build\src.win-amd64-3.10\pymc\fortranobject.c /Fobuild\temp.win-amd64-3.10\Release\build\src.win-amd64-3.10\build\src.win-amd64-3.10\pymc\fortranobject.obj
compiling Fortran sources
Fortran f77 compiler: C:\Program Files\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\gfortran.exe -Wall -g -ffixed-form -fno-second-underscore -O3 -funroll-loops
Fortran f90 compiler: C:\Program Files\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\gfortran.exe -Wall -g -fno-second-underscore -O3 -funroll-loops
Fortran fix compiler: C:\Program Files\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\gfortran.exe -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -O3 -funroll-loops
creating build\temp.win-amd64-3.10\Release\pymc
creating build\temp.win-amd64-3.10\Release\blas
creating build\temp.win-amd64-3.10\Release\blas\BLAS
creating build\temp.win-amd64-3.10\Release\lapack
creating build\temp.win-amd64-3.10\Release\lapack\double
compile options: '-Ibuild\src.win-amd64-3.10\build\src.win-amd64-3.10\pymc -IC:\Users\haozi\anaconda3\envs\hddm_local\lib\site-packages\numpy\core\include -Ibuild\src.win-amd64-3.10\numpy\distutils\include -IC:\Users\haozi\anaconda3\envs\hddm_local\include -IC:\Users\haozi\anaconda3\envs\hddm_local\Include -c'
Program:f77: pymc\flib.f
Program:f77: pymc\math.f
Program:f77: blas\BLAS\dasum.f
Program:f77: pymc\flib_blas.f
Program:f77: blas\BLAS\dgemm.f
Program:f77: blas\BLAS\ddot.f
Program:f77: blas\BLAS\dger.f
Program:f77: blas\BLAS\dcabs1.f
f951.exe: Warning: Nonconforming tab character in column 1 of line 509 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 510 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 511 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 512 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 513 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 557 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 558 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 559 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 560 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 561 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 6 of line 707 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 6 of line 711 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 6 of line 715 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 723 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 6 of line 775 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 6 of line 779 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 6 of line 783 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 791 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 6 of line 849 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 6 of line 853 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 6 of line 857 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 865 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 6 of line 921 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 6 of line 925 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 6 of line 929 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 937 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 6 of line 991 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 6 of line 995 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 6 of line 999 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1007 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1195 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1196 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1197 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1200 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1201 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1408 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1409 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1412 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 5 of line 1420 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 5 of line 1421 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 5 of line 1422 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 5 of line 1423 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 5 of line 1424 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 5 of line 1425 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1452 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1454 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1457 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 5 of line 1465 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 5 of line 1466 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 5 of line 1467 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 5 of line 1469 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 5 of line 1470 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 5 of line 1471 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 5 of line 1472 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 5 of line 1473 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1478 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1499 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1501 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1504 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 5 of line 1512 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 5 of line 1513 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 5 of line 1514 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 5 of line 1515 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 5 of line 1516 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 5 of line 1517 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1740 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1743 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1746 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1755 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1783 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1786 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1789 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1798 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1800 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1832 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1835 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1838 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1847 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1849 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1977 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1978 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 2030 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 2031 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 2079 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 2080 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 2168 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 2174 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 2218 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 2224 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 2339 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 2395 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 2692 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 2693 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 2694 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 2696 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 2697 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 2756 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 2820 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 2881 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3191 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3192 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3656 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3657 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3658 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3660 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3661 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3662 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3664 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3665 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3666 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3716 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3717 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3718 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3720 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3721 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3722 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3724 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3725 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3726 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3732 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3846 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3847 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3849 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3851 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3875 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3876 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3877 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3878 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4286 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4287 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4288 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4290 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4291 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4292 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4294 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4295 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4296 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4298 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4299 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4300 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4352 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4353 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4354 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4356 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4357 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4358 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4360 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4361 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4362 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4364 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4365 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4366 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4630 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4632 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4633 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4634 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4636 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4638 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4640 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4642 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4643 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4644 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4645 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4647 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4648 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4649 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4650 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4652 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4653 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4654 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4655 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4656 [-Wtabs]
pymc\math.f:396:6:
DOUBLE PRECISION FUNCTION DERF(X)
1
Warning: 'derf' declared at (1) is also the name of an intrinsic. It can only be called via an explicit interface or if declared EXTERNAL. [-Wintrinsic-shadow]
pymc\math.f:417:6:
DOUBLE PRECISION FUNCTION DERFC(X)
1
Warning: 'derfc' declared at (1) is also the name of an intrinsic. It can only be called via an explicit interface or if declared EXTERNAL. [-Wintrinsic-shadow]
pymc\flib_blas.f:202:25:
DOUBLE PRECISION PI
1
Warning: Unused variable 'pi' declared at (1) [-Wunused-variable]
Program:f77: blas\BLAS\dcopy.f
Program:f77: blas\BLAS\daxpy.f
Program:f77: blas\BLAS\dgbmv.f
Program:f77: pymc\gibbsit.f
Program:f77: blas\BLAS\dnrm2.f
pymc\flib.f:316:55:
DOUBLE PRECISION mu_now, tau_now, alph_now, d_now, like
1
Warning: Unused variable 'd_now' declared at (1) [-Wunused-variable]
pymc\flib.f:314:42:
INTEGER i, nx, nalph, nmu, ntau, tnx
1
Warning: Unused variable 'tnx' declared at (1) [-Wunused-variable]
pymc\flib.f:442:71:
subroutine uniform_grad_x(x,lower,upper,n,nlower,nupper,gradxlike)
1
Warning: Unused dummy argument 'gradxlike' at (1) [-Wunused-dummy-argument]
pymc\flib.f:461:40:
DOUBLE PRECISION like, low, high
1
Warning: Unused variable 'high' declared at (1) [-Wunused-variable]
pymc\flib.f:458:36:
INTEGER n, nlower, nupper, i
1
Warning: Unused variable 'i' declared at (1) [-Wunused-variable]
pymc\flib.f:461:29:
DOUBLE PRECISION like, low, high
1
Warning: Unused variable 'like' declared at (1) [-Wunused-variable]
pymc\flib.f:461:34:
DOUBLE PRECISION like, low, high
1
Warning: Unused variable 'low' declared at (1) [-Wunused-variable]
pymc\flib.f:442:39:
subroutine uniform_grad_x(x,lower,upper,n,nlower,nupper,gradxlike)
1
Warning: Unused dummy argument 'lower' at (1) [-Wunused-dummy-argument]
pymc\flib.f:442:45:
subroutine uniform_grad_x(x,lower,upper,n,nlower,nupper,gradxlike)
1
Warning: Unused dummy argument 'upper' at (1) [-Wunused-dummy-argument]
pymc\flib.f:442:33:
subroutine uniform_grad_x(x,lower,upper,n,nlower,nupper,gradxlike)
1
Warning: Unused dummy argument 'x' at (1) [-Wunused-dummy-argument]
pymc\flib.f:692:41:
DOUBLE PRECISION aa, cc, sigma, pdf
1
Warning: Unused variable 'pdf' declared at (1) [-Wunused-variable]
pymc\flib.f:760:41:
DOUBLE PRECISION aa, cc, sigma, pdf
1
Warning: Unused variable 'pdf' declared at (1) [-Wunused-variable]
pymc\flib.f:834:41:
DOUBLE PRECISION aa, cc, sigma, pdf
1
Warning: Unused variable 'pdf' declared at (1) [-Wunused-variable]
pymc\flib.f:906:41:
DOUBLE PRECISION aa, cc, sigma, pdf
1
Warning: Unused variable 'pdf' declared at (1) [-Wunused-variable]
pymc\flib.f:976:41:
DOUBLE PRECISION aa, cc, sigma, pdf
1
Warning: Unused variable 'pdf' declared at (1) [-Wunused-variable]
pymc\flib.f:1186:29:
DOUBLE PRECISION factln
1
Warning: Unused variable 'factln' declared at (1) [-Wunused-variable]
pymc\flib.f:1185:51:
DOUBLE PRECISION sumx, mut, infinity, sumfact
1
Warning: Unused variable 'sumfact' declared at (1) [-Wunused-variable]
pymc\flib.f:1185:27:
DOUBLE PRECISION sumx, mut, infinity, sumfact
1
Warning: Unused variable 'sumx' declared at (1) [-Wunused-variable]
pymc\flib.f:1300:55:
DOUBLE PRECISION mu(nmu), gradlike(nmu),grad, cdf
1
Warning: Unused variable 'cdf' declared at (1) [-Wunused-variable]
pymc\flib.f:1302:29:
DOUBLE PRECISION factln, gammq
1
Warning: Unused variable 'factln' declared at (1) [-Wunused-variable]
pymc\flib.f:1302:36:
DOUBLE PRECISION factln, gammq
1
Warning: Unused variable 'gammq' declared at (1) [-Wunused-variable]
pymc\flib.f:1301:59:
DOUBLE PRECISION sumx, mut, infinity, sumfact, sumcdf
1
Warning: Unused variable 'sumcdf' declared at (1) [-Wunused-variable]
pymc\flib.f:1301:51:
DOUBLE PRECISION sumx, mut, infinity, sumfact, sumcdf
1
Warning: Unused variable 'sumfact' declared at (1) [-Wunused-variable]
pymc\flib.f:1301:27:
DOUBLE PRECISION sumx, mut, infinity, sumfact, sumcdf
1
Warning: Unused variable 'sumx' declared at (1) [-Wunused-variable]
pymc\flib.f:1402:29:
DOUBLE PRECISION gammln
1
Warning: Unused variable 'gammln' declared at (1) [-Wunused-variable]
pymc\flib.f:2154:40:
DOUBLE PRECISION gradlike(n), grad
1
Warning: Unused variable 'grad' declared at (1) [-Wunused-variable]
pymc\flib.f:2665:29:
DOUBLE PRECISION gammln
1
Warning: Unused variable 'gammln' declared at (1) [-Wunused-variable]
pymc\flib.f:2728:29:
DOUBLE PRECISION gammln, psi
1
Warning: Unused variable 'gammln' declared at (1) [-Wunused-variable]
pymc\flib.f:2793:29:
DOUBLE PRECISION gammln
1
Warning: Unused variable 'gammln' declared at (1) [-Wunused-variable]
pymc\flib.f:2903:29:
DOUBLE PRECISION gammln
1
Warning: Unused variable 'gammln' declared at (1) [-Wunused-variable]
pymc\flib.f:2959:29:
DOUBLE PRECISION gammln, psi
1
Warning: Unused variable 'gammln' declared at (1) [-Wunused-variable]
pymc\flib.f:3021:29:
DOUBLE PRECISION gammln
1
Warning: Unused variable 'gammln' declared at (1) [-Wunused-variable]
pymc\flib.f:3396:58:
DOUBLE PRECISION gradlike(nx), atmp, btmp, PI, glike
1
Warning: Unused variable 'glike' declared at (1) [-Wunused-variable]
pymc\flib.f:3646:37:
DOUBLE PRECISION gammln, factln
1
Warning: Unused variable 'factln' declared at (1) [-Wunused-variable]
pymc\flib.f:3646:29:
DOUBLE PRECISION gammln, factln
1
Warning: Unused variable 'gammln' declared at (1) [-Wunused-variable]
pymc\flib.f:3706:37:
DOUBLE PRECISION gammln, factln, psi
1
Warning: Unused variable 'factln' declared at (1) [-Wunused-variable]
pymc\flib.f:3706:29:
DOUBLE PRECISION gammln, factln, psi
1
Warning: Unused variable 'gammln' declared at (1) [-Wunused-variable]
pymc\flib.f:3836:29:
DOUBLE PRECISION factln
1
Warning: Unused variable 'factln' declared at (1) [-Wunused-variable]
pymc\flib.f:4039:26:
DOUBLE PRECISION psi
1
Warning: Unused variable 'psi' declared at (1) [-Wunused-variable]
pymc\flib.f:4276:29:
DOUBLE PRECISION gammln, psi
1
Warning: Unused variable 'gammln' declared at (1) [-Wunused-variable]
pymc\flib.f:4342:29:
DOUBLE PRECISION gammln, psi
1
Warning: Unused variable 'gammln' declared at (1) [-Wunused-variable]
pymc\flib.f:5194:35:
DOUBLE PRECISION like, factln, infinity, sump
1
Warning: Unused variable 'factln' declared at (1) [-Wunused-variable]
pymc\flib.f:5196:23:
INTEGER i,j,n_tmp
1
Warning: Unused variable 'n_tmp' declared at (1) [-Wunused-variable]
pymc\flib.f:5444:26:
DOUBLE PRECISION tmp
1
Warning: Unused variable 'tmp' declared at (1) [-Wunused-variable]
pymc\flib.f:5498:25:
DOUBLE PRECISION i0
1
Warning: Unused variable 'i0' declared at (1) [-Wunused-variable]
pymc\flib.f:5491:26:
DOUBLE PRECISION tmp
1
Warning: Unused variable 'tmp' declared at (1) [-Wunused-variable]
pymc\flib.f:5545:25:
DOUBLE PRECISION i0
1
Warning: Unused variable 'i0' declared at (1) [-Wunused-variable]
pymc\flib.f:5538:26:
DOUBLE PRECISION tmp
1
Warning: Unused variable 'tmp' declared at (1) [-Wunused-variable]
Program:f77: blas\BLAS\drot.f
pymc\gibbsit.f:2160:5:
215 IF (R .GT. .5898437) GO TO 220
1
Warning: Label 215 at (1) defined but not used [-Wunused-label]
pymc\gibbsit.f:2077:5:
115 IF (R .GT. .5898437) GO TO 120
1
Warning: Label 115 at (1) defined but not used [-Wunused-label]
pymc\gibbsit.f:2064:5:
15 IF (KFLAG.GE.1) GO TO 30
1
Warning: Label 15 at (1) defined but not used [-Wunused-label]
pymc\gibbsit.f:1204:16:
cutpt = empquant(original,iteracnt,qhat,work)
1
Warning: Type mismatch in argument 'work' at (1); passed INTEGER(4) to REAL(8) [-Wargument-mismatch]
Program:f77: blas\BLAS\drotm.f
Program:f77: blas\BLAS\dsbmv.f
Program:f77: pymc\blas_wrap.f
Program:f77: blas\BLAS\dgemv.f
Program:f77: blas\BLAS\drotg.f
Program:f77: blas\BLAS\dsdot.f
Program:f77: blas\BLAS\drotmg.f
blas\BLAS\drotmg.f:138:15:
GO TO IGO(120,150,180,210)
1
Warning: Deleted feature: Assigned GOTO statement at (1)
blas\BLAS\drotmg.f:144:72:
ASSIGN 120 TO IGO
1
Warning: Deleted feature: ASSIGN statement at (1)
blas\BLAS\drotmg.f:156:72:
ASSIGN 150 TO IGO
1
Warning: Deleted feature: ASSIGN statement at (1)
blas\BLAS\drotmg.f:169:72:
ASSIGN 180 TO IGO
1
Warning: Deleted feature: ASSIGN statement at (1)
blas\BLAS\drotmg.f:180:72:
ASSIGN 210 TO IGO
1
Warning: Deleted feature: ASSIGN statement at (1)
blas\BLAS\drotmg.f:183:5:
210 CONTINUE
1
Warning: Label 210 at (1) defined but not used [-Wunused-label]
blas\BLAS\drotmg.f:172:5:
180 CONTINUE
1
Warning: Label 180 at (1) defined but not used [-Wunused-label]
blas\BLAS\drotmg.f:159:5:
150 CONTINUE
1
Warning: Label 150 at (1) defined but not used [-Wunused-label]
blas\BLAS\drotmg.f:147:5:
120 CONTINUE
1
Warning: Label 120 at (1) defined but not used [-Wunused-label]
Program:f77: blas\BLAS\dspr.f
blas\BLAS\drotmg.f:186:0:
DH22 = DH22*GAM
Warning: 'dh22' may be used uninitialized in this function [-Wmaybe-uninitialized]
blas\BLAS\drotmg.f:185:0:
DH21 = DH21*GAM
Warning: 'dh21' may be used uninitialized in this function [-Wmaybe-uninitialized]
blas\BLAS\drotmg.f:52:0:
DOUBLE PRECISION DFLAG,DH11,DH12,DH21,DH22,DP1,DP2,DQ1,DQ2,DTEMP,
Warning: 'dh12' may be used uninitialized in this function [-Wmaybe-uninitialized]
blas\BLAS\drotmg.f:195:0:
DPARAM(2) = DH11
Warning: 'dh11' may be used uninitialized in this function [-Wmaybe-uninitialized]
Program:f77: blas\BLAS\dscal.f
pymc\flib.f:4892:0:
K = I
Warning: 'k' may be used uninitialized in this function [-Wmaybe-uninitialized]
Program:f77: blas\BLAS\dspmv.f
Program:f77: blas\BLAS\dswap.f
blas\BLAS\dspr.f:90:0:
INTEGER I,INFO,IX,J,JX,K,KK,KX
Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized]
Program:f77: blas\BLAS\dsymv.f
Program:f77: blas\BLAS\dsyr2.f
Program:f77: blas\BLAS\dsyrk.f
Program:f77: blas\BLAS\dspr2.f
Program:f77: blas\BLAS\dsymm.f
blas\BLAS\dsyr2.f:104:0:
INTEGER I,INFO,IX,IY,J,JX,JY,KX,KY
Warning: 'ky' may be used uninitialized in this function [-Wmaybe-uninitialized]
blas\BLAS\dsyr2.f:104:0: Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized]
blas\BLAS\dsyr2.f:104:0: Warning: 'jy' may be used uninitialized in this function [-Wmaybe-uninitialized]
blas\BLAS\dsyr2.f:104:0: Warning: 'jx' may be used uninitialized in this function [-Wmaybe-uninitialized]
Program:f77: blas\BLAS\dtbsv.f
blas\BLAS\dspr2.f:101:0:
INTEGER I,INFO,IX,IY,J,JX,JY,K,KK,KX,KY
Warning: 'ky' may be used uninitialized in this function [-Wmaybe-uninitialized]
blas\BLAS\dspr2.f:101:0: Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized]
blas\BLAS\dspr2.f:101:0: Warning: 'jy' may be used uninitialized in this function [-Wmaybe-uninitialized]
blas\BLAS\dspr2.f:101:0: Warning: 'jx' may be used uninitialized in this function [-Wmaybe-uninitialized]
Program:f77: blas\BLAS\dsyr.f
Program:f77: blas\BLAS\dtpsv.f
Program:f77: blas\BLAS\dsyr2k.f
Program:f77: blas\BLAS\dtrmv.f
blas\BLAS\dsyr.f:93:0:
INTEGER I,INFO,IX,J,JX,KX
Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized]
blas\BLAS\dtbsv.f:148:0:
INTEGER I,INFO,IX,J,JX,KPLUS1,KX,L
Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized]
blas\BLAS\dtpsv.f:107:0:
INTEGER I,INFO,IX,J,JX,K,KK,KX
Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized]
Program:f77: blas\BLAS\dtrsv.f
blas\BLAS\dtrmv.f:107:0:
INTEGER I,INFO,IX,J,JX,KX
Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized]
Program:f77: blas\BLAS\dtbmv.f
Program:f77: blas\BLAS\dznrm2.f
blas\BLAS\dtrsv.f:110:0:
INTEGER I,INFO,IX,J,JX,KX
Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized]
Program:f77: blas\BLAS\idamax.f
Program:f77: blas\BLAS\dtpmv.f
blas\BLAS\dtbmv.f:144:0:
INTEGER I,INFO,IX,J,JX,KPLUS1,KX,L
Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized]
Program:f77: blas\BLAS\dtrmm.f
Program:f77: blas\BLAS\lsame.f
Program:f77: lapack\double\dpotrs.f
Program:f77: blas\BLAS\dtrsm.f
Program:f77: blas\BLAS\xerbla.f
blas\BLAS\dtpmv.f:104:0:
INTEGER I,INFO,IX,J,JX,K,KK,KX
Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized]
Program:f77: blas\BLAS\dzasum.f
Program:f77: lapack\double\dpotrf.f
Program:f77: lapack\double\dpotf2.f
Program:f77: lapack\double\dlamch.f
Program:f77: lapack\double\ieeeck.f
Program:f77: build\src.win-amd64-3.10\pymc\flib-f2pywrappers.f
lapack\double\dlamch.f:251:17:
LBETA = C + QTR
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
lapack\double\dlamch.f:844:0:
Y = DLAMC3( Y*BETA, ZERO )
Warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized]
Program:f77: lapack\double\ilaenv.f
Program:f77: lapack\double\iparmq.f
lapack\double\dlamch.f:54:0:
DOUBLE PRECISION BASE, EMAX, EMIN, EPS, PREC, RMACH, RMAX, RMIN,
Warning: 'rmach' may be used uninitialized in this function [-Wmaybe-uninitialized]
lapack\double\iparmq.f:1:69:
INTEGER FUNCTION IPARMQ( ISPEC, NAME, OPTS, N, ILO, IHI, LWORK )
1
Warning: Unused dummy argument 'lwork' at (1) [-Wunused-dummy-argument]
lapack\double\iparmq.f:1:52:
INTEGER FUNCTION IPARMQ( ISPEC, NAME, OPTS, N, ILO, IHI, LWORK )
1
Warning: Unused dummy argument 'n' at (1) [-Wunused-dummy-argument]
lapack\double\iparmq.f:1:43:
INTEGER FUNCTION IPARMQ( ISPEC, NAME, OPTS, N, ILO, IHI, LWORK )
1
Warning: Unused dummy argument 'name' at (1) [-Wunused-dummy-argument]
lapack\double\iparmq.f:1:49:
INTEGER FUNCTION IPARMQ( ISPEC, NAME, OPTS, N, ILO, IHI, LWORK )
1
Warning: Unused dummy argument 'opts' at (1) [-Wunused-dummy-argument]
lapack\double\iparmq.f:240:0:
IF( NS.GE.KACMIN )
Warning: 'ns' may be used uninitialized in this function [-Wmaybe-uninitialized]
lapack\double\iparmq.f:224:0:
IF( NH.LE.KNWSWP ) THEN
Warning: 'nh' may be used uninitialized in this function [-Wmaybe-uninitialized]
Program:f77: lapack\double\ilaver.f
Program:f77: pymc\histogram.f
C:\Program Files\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\gfortran.exe -Wall -g -Wall -g -shared C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\pymc\flib.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\pymc\histogram.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\pymc\flib_blas.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\pymc\blas_wrap.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\pymc\math.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\pymc\gibbsit.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dasum.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\daxpy.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dcabs1.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dcopy.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\ddot.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dgbmv.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dgemm.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dgemv.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dger.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dnrm2.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\drot.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\drotg.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\drotm.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\drotmg.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dsbmv.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dscal.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dsdot.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dspmv.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dspr.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dspr2.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dswap.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dsymm.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dsymv.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dsyr.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dsyr2.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dsyr2k.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dsyrk.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dtbmv.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dtbsv.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dtpmv.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dtpsv.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dtrmm.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dtrmv.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dtrsm.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dtrsv.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dzasum.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dznrm2.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\idamax.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\lsame.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\xerbla.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\lapack\double\dpotrs.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\lapack\double\dpotrf.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\lapack\double\dpotf2.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\lapack\double\ilaenv.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\lapack\double\dlamch.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\lapack\double\ilaver.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\lapack\double\ieeeck.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\lapack\double\iparmq.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\build\src.win-amd64-3.10\pymc\flib-f2pywrappers.o -LC:\Program Files\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\lib\gcc\x86_64-w64-mingw32\8.1.0 -LC:\Users\haozi\anaconda3\envs\hddm_local\libs -LC:\Users\haozi\anaconda3\envs\hddm_local\PCbuild\amd64 -o build\temp.win-amd64-3.10\Release\.libs\libflib.4CZU5GJ5N7G7XWUFYPVTKYWDKTSA3QPR.gfortran-win_amd64.dll -Wl,--allow-multiple-definition -Wl,--output-def,build\temp.win-amd64-3.10\Release\libflib.4CZU5GJ5N7G7XWUFYPVTKYWDKTSA3QPR.gfortran-win_amd64.def -Wl,--export-all-symbols -Wl,--enable-auto-import -static -mlong-double-64
C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\pymc\flib.o: In function `vonmises_':
C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10/pymc/flib.f:5468: undefined reference to `i0_'
C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10/pymc/flib.f:5468: undefined reference to `i0_'
C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10/pymc/flib.f:5468: undefined reference to `i0_'
C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10/pymc/flib.f:5468: undefined reference to `i0_'
C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10/pymc/flib.f:5468: undefined reference to `i0_'
C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\pymc\flib.o:C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10/pymc/flib.f:5468: more undefined references to `i0_' follow
collect2.exe: error: ld returned 1 exit status
error: Command "C:\Program Files\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\gfortran.exe -Wall -g -Wall -g -shared C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\pymc\flib.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\pymc\histogram.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\pymc\flib_blas.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\pymc\blas_wrap.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\pymc\math.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\pymc\gibbsit.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dasum.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\daxpy.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dcabs1.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dcopy.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\ddot.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dgbmv.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dgemm.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dgemv.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dger.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dnrm2.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\drot.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\drotg.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\drotm.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\drotmg.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dsbmv.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dscal.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dsdot.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dspmv.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dspr.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dspr2.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dswap.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dsymm.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dsymv.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dsyr.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dsyr2.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dsyr2k.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dsyrk.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dtbmv.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dtbsv.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dtpmv.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dtpsv.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dtrmm.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dtrmv.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dtrsm.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dtrsv.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dzasum.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dznrm2.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\idamax.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\lsame.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\xerbla.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\lapack\double\dpotrs.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\lapack\double\dpotrf.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\lapack\double\dpotf2.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\lapack\double\ilaenv.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\lapack\double\dlamch.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\lapack\double\ilaver.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\lapack\double\ieeeck.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\lapack\double\iparmq.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\build\src.win-amd64-3.10\pymc\flib-f2pywrappers.o -LC:\Program Files\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\lib\gcc\x86_64-w64-mingw32\8.1.0 -LC:\Users\haozi\anaconda3\envs\hddm_local\libs -LC:\Users\haozi\anaconda3\envs\hddm_local\PCbuild\amd64 -o build\temp.win-amd64-3.10\Release\.libs\libflib.4CZU5GJ5N7G7XWUFYPVTKYWDKTSA3QPR.gfortran-win_amd64.dll -Wl,--allow-multiple-definition -Wl,--output-def,build\temp.win-amd64-3.10\Release\libflib.4CZU5GJ5N7G7XWUFYPVTKYWDKTSA3QPR.gfortran-win_amd64.def -Wl,--export-all-symbols -Wl,--enable-auto-import -static -mlong-double-64" failed with exit status 1
########### EXT COMPILER OPTIMIZATION ###########
Platform :
Architecture: x64
Compiler : msvc
CPU baseline :
Requested : 'min'
Enabled : SSE SSE2 SSE3
Flags : none
Extra checks: none
CPU dispatch :
Requested : 'max -xop -fma4'
Enabled : SSSE3 SSE41 POPCNT SSE42 AVX F16C FMA3 AVX2 AVX512F AVX512CD AVX512_SKX AVX512_CLX AVX512_CNL AVX512_ICL
Generated : none
CCompilerOpt.cache_flush[809] : write cache to path -> C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\ccompiler_opt_cache_ext.py
----------------------------------------
ERROR: Failed building wheel for pymc
Running setup.py clean for pymc
Failed to build pymc
Installing collected packages: pymc
Running setup.py install for pymc ... error
ERROR: Command errored out with exit status 1:
command: 'C:\Users\haozi\anaconda3\envs\hddm_local\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\haozi\\AppData\\Local\\Temp\\pip-install-zhv6jeeh\\pymc_789bde60e4264b419cdbbf9ae685ae10\\setup.py'"'"'; __file__='"'"'C:\\Users\\haozi\\AppData\\Local\\Temp\\pip-install-zhv6jeeh\\pymc_789bde60e4264b419cdbbf9ae685ae10\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\haozi\AppData\Local\Temp\pip-record-x91p6k9l\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Users\haozi\anaconda3\envs\hddm_local\Include\pymc'
cwd: C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\
Complete output (990 lines):
Could not locate executable g77
Could not locate executable f77
Could not locate executable ifort
Could not locate executable ifl
Could not locate executable f90
Could not locate executable DF
Could not locate executable efl
Using built-in specs.
COLLECT_GCC=C:\Program Files\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\gfortran.exe
COLLECT_LTO_WRAPPER=C:/Program\ Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/lto-wrapper.exe
Target: x86_64-w64-mingw32
Configured with: ../../../src/gcc-8.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=
https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/lib -L/c/mingw810/prerequisites/x86_64-zlib-static/lib -L/c/mingw810/prerequisites/x86_64-w64-mingw32-static/lib '
Thread model: posix
gcc version 8.1.0 (x86_64-posix-seh-rev0, Built by MinGW-W64 project)
Using built-in specs.
COLLECT_GCC=C:\Program Files\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\gfortran.exe
COLLECT_LTO_WRAPPER=C:/Program\ Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/lto-wrapper.exe
Target: x86_64-w64-mingw32
Configured with: ../../../src/gcc-8.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=
https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/lib -L/c/mingw810/prerequisites/x86_64-zlib-static/lib -L/c/mingw810/prerequisites/x86_64-w64-mingw32-static/lib '
Thread model: posix
gcc version 8.1.0 (x86_64-posix-seh-rev0, Built by MinGW-W64 project)
C:\Users\haozi\anaconda3\envs\hddm_local\lib\site-packages\numpy\distutils\system_info.py:1858: UserWarning:
Directories to search for the libraries can be specified in the
numpy/distutils/site.cfg file (section [lapack]) or by setting
the LAPACK environment variable.
return getattr(self, '_calc_info_{}'.format(name))()
C:\Users\haozi\anaconda3\envs\hddm_local\lib\site-packages\numpy\distutils\system_info.py:1858: UserWarning:
Directories to search for the sources can be specified in the
numpy/distutils/site.cfg file (section [lapack_src]) or by setting
the LAPACK_SRC environment variable.
return getattr(self, '_calc_info_{}'.format(name))()
C:\Users\haozi\anaconda3\envs\hddm_local\lib\site-packages\numpy\distutils\system_info.py:581: UserWarning:
Directories to search for the libraries can be specified in the
numpy/distutils/site.cfg file (section [lapack]) or by setting
the LAPACK environment variable.
return cl().get_info(notfound_action)
No optimized BLAS or Lapack libraries found, building from source. This may take a while...
No optimized BLAS or Lapack libraries found, building from source. This may take a while...
running install
running build
running config_cc
unifing config_cc, config, build_clib, build_ext, build commands --compiler options
running config_fc
unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options
running build_src
build_src
building extension "pymc.flib" sources
f2py options: []
adding 'build\src.win-amd64-3.10\build\src.win-amd64-3.10\pymc\fortranobject.c' to sources.
adding 'build\src.win-amd64-3.10\build\src.win-amd64-3.10\pymc' to include_dirs.
adding 'build\src.win-amd64-3.10\pymc\flib-f2pywrappers.f' to sources.
building extension "pymc.LazyFunction" sources
building extension "pymc.Container_values" sources
building extension "pymc.gp.linalg_utils" sources
f2py options: []
adding 'build\src.win-amd64-3.10\build\src.win-amd64-3.10\pymc\gp\fortranobject.c' to sources.
adding 'build\src.win-amd64-3.10\build\src.win-amd64-3.10\pymc\gp' to include_dirs.
adding 'build\src.win-amd64-3.10\pymc\gp\linalg_utils-f2pywrappers.f' to sources.
building extension "pymc.gp.incomplete_chol" sources
f2py options: []
adding 'build\src.win-amd64-3.10\build\src.win-amd64-3.10\pymc\gp\fortranobject.c' to sources.
adding 'build\src.win-amd64-3.10\build\src.win-amd64-3.10\pymc\gp' to include_dirs.
adding 'build\src.win-amd64-3.10\pymc\gp\incomplete_chol-f2pywrappers.f' to sources.
building extension "pymc.gp.cov_funs.isotropic_cov_funs" sources
f2py options: []
adding 'build\src.win-amd64-3.10\build\src.win-amd64-3.10\pymc\gp\cov_funs\fortranobject.c' to sources.
adding 'build\src.win-amd64-3.10\build\src.win-amd64-3.10\pymc\gp\cov_funs' to include_dirs.
adding 'build\src.win-amd64-3.10\pymc\gp\cov_funs\isotropic_cov_funs-f2pywrappers.f' to sources.
building extension "pymc.gp.cov_funs.distances" sources
f2py options: []
adding 'build\src.win-amd64-3.10\build\src.win-amd64-3.10\pymc\gp\cov_funs\fortranobject.c' to sources.
adding 'build\src.win-amd64-3.10\build\src.win-amd64-3.10\pymc\gp\cov_funs' to include_dirs.
build_src: building npy-pkg config files
running build_py
creating build\lib.win-amd64-3.10
creating build\lib.win-amd64-3.10\pymc
copying pymc\calc_utils.py -> build\lib.win-amd64-3.10\pymc
copying pymc\CircularStochastic.py -> build\lib.win-amd64-3.10\pymc
copying pymc\CommonDeterministics.py -> build\lib.win-amd64-3.10\pymc
copying pymc\Container.py -> build\lib.win-amd64-3.10\pymc
copying pymc\datatypes.py -> build\lib.win-amd64-3.10\pymc
copying pymc\decorators.py -> build\lib.win-amd64-3.10\pymc
copying pymc\diagnostics.py -> build\lib.win-amd64-3.10\pymc
copying pymc\distributions.py -> build\lib.win-amd64-3.10\pymc
copying pymc\graph.py -> build\lib.win-amd64-3.10\pymc
copying pymc\InstantiationDecorators.py -> build\lib.win-amd64-3.10\pymc
copying pymc\Matplot.py -> build\lib.win-amd64-3.10\pymc
copying pymc\MCMC.py -> build\lib.win-amd64-3.10\pymc
copying pymc\Model.py -> build\lib.win-amd64-3.10\pymc
copying pymc\Node.py -> build\lib.win-amd64-3.10\pymc
copying pymc\NormalApproximation.py -> build\lib.win-amd64-3.10\pymc
copying pymc\NumpyDeterministics.py -> build\lib.win-amd64-3.10\pymc
copying pymc\progressbar.py -> build\lib.win-amd64-3.10\pymc
copying pymc\PyMCObjects.py -> build\lib.win-amd64-3.10\pymc
copying pymc\ScipyDistributions.py -> build\lib.win-amd64-3.10\pymc
copying pymc\six.py -> build\lib.win-amd64-3.10\pymc
copying pymc\StepMethods.py -> build\lib.win-amd64-3.10\pymc
copying pymc\threadpool.py -> build\lib.win-amd64-3.10\pymc
copying pymc\utils.py -> build\lib.win-amd64-3.10\pymc
copying pymc\__init__.py -> build\lib.win-amd64-3.10\pymc
creating build\lib.win-amd64-3.10\pymc\database
copying pymc/database\base.py -> build\lib.win-amd64-3.10\pymc/database
copying pymc/database\hdf5.py -> build\lib.win-amd64-3.10\pymc/database
copying pymc/database\hdf5ea.py -> build\lib.win-amd64-3.10\pymc/database
copying pymc/database\no_trace.py -> build\lib.win-amd64-3.10\pymc/database
copying pymc/database\pickle.py -> build\lib.win-amd64-3.10\pymc/database
copying pymc/database\ram.py -> build\lib.win-amd64-3.10\pymc/database
copying pymc/database\sqlite.py -> build\lib.win-amd64-3.10\pymc/database
copying pymc/database\txt.py -> build\lib.win-amd64-3.10\pymc/database
copying pymc/database\__init__.py -> build\lib.win-amd64-3.10\pymc/database
creating build\lib.win-amd64-3.10\pymc\examples
copying pymc/examples\custom_step.py -> build\lib.win-amd64-3.10\pymc/examples
copying pymc/examples\disaster_model.py -> build\lib.win-amd64-3.10\pymc/examples
copying pymc/examples\disaster_model_gof.py -> build\lib.win-amd64-3.10\pymc/examples
copying pymc/examples\disaster_model_linear.py -> build\lib.win-amd64-3.10\pymc/examples
copying pymc/examples\disaster_model_missing.py -> build\lib.win-amd64-3.10\pymc/examples
copying pymc/examples\disaster_model_null.py -> build\lib.win-amd64-3.10\pymc/examples
copying pymc/examples\gelman_bioassay.py -> build\lib.win-amd64-3.10\pymc/examples
copying pymc/examples\melanoma.py -> build\lib.win-amd64-3.10\pymc/examples
copying pymc/examples\melanoma_data.py -> build\lib.win-amd64-3.10\pymc/examples
copying pymc/examples\weibull_fit.py -> build\lib.win-amd64-3.10\pymc/examples
copying pymc/examples\weibull_fit_gof.py -> build\lib.win-amd64-3.10\pymc/examples
copying pymc/examples\zip.py -> build\lib.win-amd64-3.10\pymc/examples
copying pymc/examples\__init__.py -> build\lib.win-amd64-3.10\pymc/examples
creating build\lib.win-amd64-3.10\pymc\examples\gp
copying pymc/examples/gp\basiscov.py -> build\lib.win-amd64-3.10\pymc/examples/gp
copying pymc/examples/gp\cov.py -> build\lib.win-amd64-3.10\pymc/examples/gp
copying pymc/examples/gp\covparams.py -> build\lib.win-amd64-3.10\pymc/examples/gp
copying pymc/examples/gp\MCMC.py -> build\lib.win-amd64-3.10\pymc/examples/gp
copying pymc/examples/gp\mean.py -> build\lib.win-amd64-3.10\pymc/examples/gp
copying pymc/examples/gp\mesh_choice.py -> build\lib.win-amd64-3.10\pymc/examples/gp
copying pymc/examples/gp\observation.py -> build\lib.win-amd64-3.10\pymc/examples/gp
copying pymc/examples/gp\PyMCmodel.py -> build\lib.win-amd64-3.10\pymc/examples/gp
copying pymc/examples/gp\realizations.py -> build\lib.win-amd64-3.10\pymc/examples/gp
copying pymc/examples/gp\__init__.py -> build\lib.win-amd64-3.10\pymc/examples/gp
creating build\lib.win-amd64-3.10\pymc\tests
copying pymc/tests\objectmodel.py -> build\lib.win-amd64-3.10\pymc/tests
copying pymc/tests\test_adaptive.py -> build\lib.win-amd64-3.10\pymc/tests
copying pymc/tests\test_AM.py -> build\lib.win-amd64-3.10\pymc/tests
copying pymc/tests\test_basiscov.py -> build\lib.win-amd64-3.10\pymc/tests
copying pymc/tests\test_binary_step.py -> build\lib.win-amd64-3.10\pymc/tests
copying pymc/tests\test_container.py -> build\lib.win-amd64-3.10\pymc/tests
copying pymc/tests\test_convergence.py -> build\lib.win-amd64-3.10\pymc/tests
copying pymc/tests\test_cov.py -> build\lib.win-amd64-3.10\pymc/tests
copying pymc/tests\test_database.py -> build\lib.win-amd64-3.10\pymc/tests
copying pymc/tests\test_distributions.py -> build\lib.win-amd64-3.10\pymc/tests
copying pymc/tests\test_GP_MCMC.py -> build\lib.win-amd64-3.10\pymc/tests
copying pymc/tests\test_gradients.py -> build\lib.win-amd64-3.10\pymc/tests
copying pymc/tests\test_graph.py -> build\lib.win-amd64-3.10\pymc/tests
copying pymc/tests\test_instantiation.py -> build\lib.win-amd64-3.10\pymc/tests
copying pymc/tests\test_interactive.py -> build\lib.win-amd64-3.10\pymc/tests
copying pymc/tests\test_MCMCSampler.py -> build\lib.win-amd64-3.10\pymc/tests
copying pymc/tests\test_mean.py -> build\lib.win-amd64-3.10\pymc/tests
copying pymc/tests\test_missing.py -> build\lib.win-amd64-3.10\pymc/tests
copying pymc/tests\test_norm_approx.py -> build\lib.win-amd64-3.10\pymc/tests
copying pymc/tests\test_observation.py -> build\lib.win-amd64-3.10\pymc/tests
copying pymc/tests\test_realization.py -> build\lib.win-amd64-3.10\pymc/tests
copying pymc/tests\test_slice.py -> build\lib.win-amd64-3.10\pymc/tests
copying pymc/tests\test_special_methods.py -> build\lib.win-amd64-3.10\pymc/tests
copying pymc/tests\test_utils.py -> build\lib.win-amd64-3.10\pymc/tests
copying pymc/tests\__init__.py -> build\lib.win-amd64-3.10\pymc/tests
creating build\lib.win-amd64-3.10\pymc\gp
copying pymc/gp\BasisCovariance.py -> build\lib.win-amd64-3.10\pymc/gp
copying pymc/gp\Covariance.py -> build\lib.win-amd64-3.10\pymc/gp
copying pymc/gp\FullRankCovariance.py -> build\lib.win-amd64-3.10\pymc/gp
copying pymc/gp\gpplots.py -> build\lib.win-amd64-3.10\pymc/gp
copying pymc/gp\GPutils.py -> build\lib.win-amd64-3.10\pymc/gp
copying pymc/gp\gp_submodel.py -> build\lib.win-amd64-3.10\pymc/gp
copying pymc/gp\Mean.py -> build\lib.win-amd64-3.10\pymc/gp
copying pymc/gp\NearlyFullRankCovariance.py -> build\lib.win-amd64-3.10\pymc/gp
copying pymc/gp\Realization.py -> build\lib.win-amd64-3.10\pymc/gp
copying pymc/gp\step_methods.py -> build\lib.win-amd64-3.10\pymc/gp
copying pymc/gp\__init__.py -> build\lib.win-amd64-3.10\pymc/gp
creating build\lib.win-amd64-3.10\pymc\gp\cov_funs
copying pymc/gp/cov_funs\bases.py -> build\lib.win-amd64-3.10\pymc/gp/cov_funs
copying pymc/gp/cov_funs\brownian.py -> build\lib.win-amd64-3.10\pymc/gp/cov_funs
copying pymc/gp/cov_funs\cov_utils.py -> build\lib.win-amd64-3.10\pymc/gp/cov_funs
copying pymc/gp/cov_funs\nsmatern.py -> build\lib.win-amd64-3.10\pymc/gp/cov_funs
copying pymc/gp/cov_funs\wrapped_distances.py -> build\lib.win-amd64-3.10\pymc/gp/cov_funs
copying pymc/gp/cov_funs\__init__.py -> build\lib.win-amd64-3.10\pymc/gp/cov_funs
running build_ext
No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils
customize MSVCCompiler
customize MSVCCompiler using build_ext
CCompilerOpt.cc_test_flags[1013] : testing flags (/O2)
creating C:\Users\haozi\AppData\Local\Temp\tmpo8ggf2ux\Users
creating C:\Users\haozi\AppData\Local\Temp\tmpo8ggf2ux\Users\haozi
creating C:\Users\haozi\AppData\Local\Temp\tmpo8ggf2ux\Users\haozi\anaconda3
creating C:\Users\haozi\AppData\Local\Temp\tmpo8ggf2ux\Users\haozi\anaconda3\envs
creating C:\Users\haozi\AppData\Local\Temp\tmpo8ggf2ux\Users\haozi\anaconda3\envs\hddm_local
creating C:\Users\haozi\AppData\Local\Temp\tmpo8ggf2ux\Users\haozi\anaconda3\envs\hddm_local\Lib
creating C:\Users\haozi\AppData\Local\Temp\tmpo8ggf2ux\Users\haozi\anaconda3\envs\hddm_local\Lib\site-packages
creating C:\Users\haozi\AppData\Local\Temp\tmpo8ggf2ux\Users\haozi\anaconda3\envs\hddm_local\Lib\site-packages\numpy
creating C:\Users\haozi\AppData\Local\Temp\tmpo8ggf2ux\Users\haozi\anaconda3\envs\hddm_local\Lib\site-packages\numpy\distutils
creating C:\Users\haozi\AppData\Local\Temp\tmpo8ggf2ux\Users\haozi\anaconda3\envs\hddm_local\Lib\site-packages\numpy\distutils\checks
CCompilerOpt.cc_test_flags[1013] : testing flags (/WX)
CCompilerOpt.__init__[1159] : feature 'AVX512_KNL' is disabled, MSVC compiler doesn't support it
CCompilerOpt.__init__[1159] : feature 'AVX512_KNM' is disabled, MSVC compiler doesn't support it
CCompilerOpt.__init__[1701] : check requested baseline
CCompilerOpt.cc_test_flags[1013] : testing flags (/arch:SSE)
CCompilerOpt.dist_test[581] : CCompilerOpt._dist_test_spawn[704] : Flags in command (C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -IC:\Users\haozi\anaconda3\envs\hddm_local\include -IC:\Users\haozi\anaconda3\envs\hddm_local\Include -IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt /TcC:\Users\haozi\anaconda3\envs\hddm_local\Lib\site-packages\numpy\distutils\checks\test_flags.c /FoC:\Users\haozi\AppData\Local\Temp\tmpo8ggf2ux\Users\haozi\anaconda3\envs\hddm_local\Lib\site-packages\numpy\distutils\checks\test_flags.obj /arch:SSE) aren't supported by the compiler, output ->
cl : Command line warning D9002 : ignoring unknown option '/arch:SSE'
test_flags.c
CCompilerOpt.cc_test_flags[1017] : testing failed
CCompilerOpt.cc_test_flags[1013] : testing flags (/arch:SSE2)
CCompilerOpt.dist_test[581] : CCompilerOpt._dist_test_spawn[704] : Flags in command (C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -IC:\Users\haozi\anaconda3\envs\hddm_local\include -IC:\Users\haozi\anaconda3\envs\hddm_local\Include -IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt /TcC:\Users\haozi\anaconda3\envs\hddm_local\Lib\site-packages\numpy\distutils\checks\test_flags.c /FoC:\Users\haozi\AppData\Local\Temp\tmpo8ggf2ux\Users\haozi\anaconda3\envs\hddm_local\Lib\site-packages\numpy\distutils\checks\test_flags.obj /arch:SSE2) aren't supported by the compiler, output ->
cl : Command line warning D9002 : ignoring unknown option '/arch:SSE2'
test_flags.c
CCompilerOpt.cc_test_flags[1017] : testing failed
CCompilerOpt.feature_test[1466] : testing feature 'SSE2' with flags ()
CCompilerOpt.feature_test[1466] : testing feature 'SSE' with flags ()
CCompilerOpt.feature_test[1466] : testing feature 'SSE3' with flags ()
CCompilerOpt.__init__[1710] : check requested dispatch-able features
CCompilerOpt.cc_test_flags[1013] : testing flags (/arch:AVX)
CCompilerOpt.cc_test_flags[1013] : testing flags (/arch:AVX2)
CCompilerOpt.feature_test[1466] : testing feature 'FMA3' with flags (/arch:AVX2)
CCompilerOpt.cc_test_flags[1013] : testing flags (/arch:AVX512)
CCompilerOpt.feature_test[1466] : testing feature 'AVX512F' with flags (/arch:AVX512)
CCompilerOpt.feature_test[1466] : testing feature 'AVX512_CLX' with flags (/arch:AVX512)
CCompilerOpt.feature_test[1466] : testing feature 'SSE42' with flags ()
CCompilerOpt.feature_test[1466] : testing feature 'AVX512_CNL' with flags (/arch:AVX512)
CCompilerOpt.feature_test[1466] : testing feature 'POPCNT' with flags ()
CCompilerOpt.feature_test[1466] : testing feature 'AVX2' with flags (/arch:AVX2)
CCompilerOpt.feature_test[1466] : testing feature 'SSE41' with flags ()
CCompilerOpt.feature_test[1466] : testing feature 'SSSE3' with flags ()
CCompilerOpt.feature_test[1466] : testing feature 'AVX512CD' with flags (/arch:AVX512)
CCompilerOpt.feature_test[1466] : testing feature 'AVX512_SKX' with flags (/arch:AVX512)
CCompilerOpt.feature_test[1466] : testing feature 'AVX' with flags (/arch:AVX)
CCompilerOpt.feature_test[1466] : testing feature 'F16C' with flags (/arch:AVX)
CCompilerOpt.feature_test[1466] : testing feature 'AVX512_ICL' with flags (/arch:AVX512)
CCompilerOpt.__init__[1722] : skip features (SSE SSE3 SSE2) since its part of baseline
CCompilerOpt.__init__[1726] : initialize targets groups
CCompilerOpt.__init__[1728] : parse target group simd_test
CCompilerOpt._parse_target_tokens[1939] : skip targets (NEON VSX2 XOP FMA4 VSX ASIMD VSX3) not part of baseline or dispatch-able features
CCompilerOpt._parse_policy_not_keepbase[2051] : skip baseline features (SSE2)
CCompilerOpt.generate_dispatch_header[2272] : generate CPU dispatch header: (build\src.win-amd64-3.10\numpy\distutils\include\npy_cpu_dispatch_config.h)
CCompilerOpt.feature_extra_checks[1546] : Testing extra checks for feature 'AVX512F' (AVX512F_REDUCE)
CCompilerOpt.feature_extra_checks[1546] : Testing extra checks for feature 'AVX512_SKX' (AVX512BW_MASK AVX512DQ_MASK)
get_default_fcompiler: matching types: '['gnu', 'intelv', 'absoft', 'compaqv', 'intelev', 'gnu95', 'g95', 'intelvem', 'intelem', 'flang']'
customize GnuFCompiler
customize IntelVisualFCompiler
customize AbsoftFCompiler
customize CompaqVisualFCompiler
customize IntelItaniumVisualFCompiler
customize Gnu95FCompiler
Using built-in specs.
COLLECT_GCC=C:\Program Files\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\gfortran.exe
COLLECT_LTO_WRAPPER=C:/Program\ Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/lto-wrapper.exe
Target: x86_64-w64-mingw32
Configured with: ../../../src/gcc-8.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=
https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/lib -L/c/mingw810/prerequisites/x86_64-zlib-static/lib -L/c/mingw810/prerequisites/x86_64-w64-mingw32-static/lib '
Thread model: posix
gcc version 8.1.0 (x86_64-posix-seh-rev0, Built by MinGW-W64 project)
customize Gnu95FCompiler
Using built-in specs.
COLLECT_GCC=C:\Program Files\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\gfortran.exe
COLLECT_LTO_WRAPPER=C:/Program\ Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/../libexec/gcc/x86_64-w64-mingw32/8.1.0/lto-wrapper.exe
Target: x86_64-w64-mingw32
Configured with: ../../../src/gcc-8.1.0/configure --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --prefix=/mingw64 --with-sysroot=/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64 --enable-shared --enable-static --disable-multilib --enable-languages=c,c++,fortran,lto --enable-libstdcxx-time=yes --enable-threads=posix --enable-libgomp --enable-libatomic --enable-lto --enable-graphite --enable-checking=release --enable-fully-dynamic-string --enable-version-specific-runtime-libs --disable-libstdcxx-pch --disable-libstdcxx-debug --enable-bootstrap --disable-rpath --disable-win32-registry --disable-nls --disable-werror --disable-symvers --with-gnu-as --with-gnu-ld --with-arch=nocona --with-tune=core2 --with-libiconv --with-system-zlib --with-gmp=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpfr=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-mpc=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-isl=/c/mingw810/prerequisites/x86_64-w64-mingw32-static --with-pkgversion='x86_64-posix-seh-rev0, Built by MinGW-W64 project' --with-bugurl=
https://sourceforge.net/projects/mingw-w64 CFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CXXFLAGS='-O2 -pipe -fno-ident -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' CPPFLAGS=' -I/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/include -I/c/mingw810/prerequisites/x86_64-zlib-static/include -I/c/mingw810/prerequisites/x86_64-w64-mingw32-static/include' LDFLAGS='-pipe -fno-ident -L/c/mingw810/x86_64-810-posix-seh-rt_v6-rev0/mingw64/opt/lib -L/c/mingw810/prerequisites/x86_64-zlib-static/lib -L/c/mingw810/prerequisites/x86_64-w64-mingw32-static/lib '
Thread model: posix
gcc version 8.1.0 (x86_64-posix-seh-rev0, Built by MinGW-W64 project)
customize Gnu95FCompiler using build_ext
building 'pymc.flib' extension
compiling C sources
creating build\temp.win-amd64-3.10\Release\cephes
creating build\temp.win-amd64-3.10\Release\build
creating build\temp.win-amd64-3.10\Release\build\src.win-amd64-3.10
creating build\temp.win-amd64-3.10\Release\build\src.win-amd64-3.10\pymc
creating build\temp.win-amd64-3.10\Release\build\src.win-amd64-3.10\build
creating build\temp.win-amd64-3.10\Release\build\src.win-amd64-3.10\build\src.win-amd64-3.10
creating build\temp.win-amd64-3.10\Release\build\src.win-amd64-3.10\build\src.win-amd64-3.10\pymc
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -Ibuild\src.win-amd64-3.10\build\src.win-amd64-3.10\pymc -IC:\Users\haozi\anaconda3\envs\hddm_local\lib\site-packages\numpy\core\include -Ibuild\src.win-amd64-3.10\numpy\distutils\include -IC:\Users\haozi\anaconda3\envs\hddm_local\include -IC:\Users\haozi\anaconda3\envs\hddm_local\Include -IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt /Tccephes\i0.c /Fobuild\temp.win-amd64-3.10\Release\cephes\i0.obj
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -Ibuild\src.win-amd64-3.10\build\src.win-amd64-3.10\pymc -IC:\Users\haozi\anaconda3\envs\hddm_local\lib\site-packages\numpy\core\include -Ibuild\src.win-amd64-3.10\numpy\distutils\include -IC:\Users\haozi\anaconda3\envs\hddm_local\include -IC:\Users\haozi\anaconda3\envs\hddm_local\Include -IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt /Tccephes\c2f.c /Fobuild\temp.win-amd64-3.10\Release\cephes\c2f.obj
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -Ibuild\src.win-amd64-3.10\build\src.win-amd64-3.10\pymc -IC:\Users\haozi\anaconda3\envs\hddm_local\lib\site-packages\numpy\core\include -Ibuild\src.win-amd64-3.10\numpy\distutils\include -IC:\Users\haozi\anaconda3\envs\hddm_local\include -IC:\Users\haozi\anaconda3\envs\hddm_local\Include -IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt /Tccephes\chbevl.c /Fobuild\temp.win-amd64-3.10\Release\cephes\chbevl.obj
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -Ibuild\src.win-amd64-3.10\build\src.win-amd64-3.10\pymc -IC:\Users\haozi\anaconda3\envs\hddm_local\lib\site-packages\numpy\core\include -Ibuild\src.win-amd64-3.10\numpy\distutils\include -IC:\Users\haozi\anaconda3\envs\hddm_local\include -IC:\Users\haozi\anaconda3\envs\hddm_local\Include -IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt /Tcbuild\src.win-amd64-3.10\pymc\flibmodule.c /Fobuild\temp.win-amd64-3.10\Release\build\src.win-amd64-3.10\pymc\flibmodule.obj
C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX86\x64\cl.exe /c /nologo /Ox /W3 /GL /DNDEBUG /MD -Ibuild\src.win-amd64-3.10\build\src.win-amd64-3.10\pymc -IC:\Users\haozi\anaconda3\envs\hddm_local\lib\site-packages\numpy\core\include -Ibuild\src.win-amd64-3.10\numpy\distutils\include -IC:\Users\haozi\anaconda3\envs\hddm_local\include -IC:\Users\haozi\anaconda3\envs\hddm_local\Include -IC:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\include -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\ucrt -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\shared -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\um -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\winrt -IC:\Program Files (x86)\Windows Kits\10\include\10.0.19041.0\cppwinrt /Tcbuild\src.win-amd64-3.10\build\src.win-amd64-3.10\pymc\fortranobject.c /Fobuild\temp.win-amd64-3.10\Release\build\src.win-amd64-3.10\build\src.win-amd64-3.10\pymc\fortranobject.obj
compiling Fortran sources
Fortran f77 compiler: C:\Program Files\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\gfortran.exe -Wall -g -ffixed-form -fno-second-underscore -O3 -funroll-loops
Fortran f90 compiler: C:\Program Files\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\gfortran.exe -Wall -g -fno-second-underscore -O3 -funroll-loops
Fortran fix compiler: C:\Program Files\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\gfortran.exe -Wall -g -ffixed-form -fno-second-underscore -Wall -g -fno-second-underscore -O3 -funroll-loops
creating build\temp.win-amd64-3.10\Release\pymc
creating build\temp.win-amd64-3.10\Release\blas
creating build\temp.win-amd64-3.10\Release\blas\BLAS
creating build\temp.win-amd64-3.10\Release\lapack
creating build\temp.win-amd64-3.10\Release\lapack\double
compile options: '-Ibuild\src.win-amd64-3.10\build\src.win-amd64-3.10\pymc -IC:\Users\haozi\anaconda3\envs\hddm_local\lib\site-packages\numpy\core\include -Ibuild\src.win-amd64-3.10\numpy\distutils\include -IC:\Users\haozi\anaconda3\envs\hddm_local\include -IC:\Users\haozi\anaconda3\envs\hddm_local\Include -c'
Program:f77: pymc\flib_blas.f
Program:f77: pymc\flib.f
Program:f77: blas\BLAS\dasum.f
Program:f77: pymc\math.f
Program:f77: blas\BLAS\dgemm.f
Program:f77: blas\BLAS\dcabs1.f
Program:f77: blas\BLAS\ddot.f
Program:f77: blas\BLAS\dger.f
f951.exe: Warning: Nonconforming tab character in column 1 of line 509 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 510 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 511 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 512 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 513 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 557 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 558 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 559 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 560 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 561 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 6 of line 707 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 6 of line 711 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 6 of line 715 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 723 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 6 of line 775 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 6 of line 779 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 6 of line 783 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 791 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 6 of line 849 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 6 of line 853 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 6 of line 857 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 865 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 6 of line 921 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 6 of line 925 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 6 of line 929 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 937 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 6 of line 991 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 6 of line 995 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 6 of line 999 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1007 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1195 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1196 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1197 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1200 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1201 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1408 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1409 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1412 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 5 of line 1420 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 5 of line 1421 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 5 of line 1422 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 5 of line 1423 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 5 of line 1424 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 5 of line 1425 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1452 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1454 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1457 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 5 of line 1465 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 5 of line 1466 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 5 of line 1467 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 5 of line 1469 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 5 of line 1470 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 5 of line 1471 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 5 of line 1472 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 5 of line 1473 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1478 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1499 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1501 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1504 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 5 of line 1512 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 5 of line 1513 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 5 of line 1514 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 5 of line 1515 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 5 of line 1516 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 5 of line 1517 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1740 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1743 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1746 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1755 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1783 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1786 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1789 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1798 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1800 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1832 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1835 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1838 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1847 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1849 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1977 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 1978 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 2030 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 2031 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 2079 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 2080 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 2168 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 2174 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 2218 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 2224 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 2339 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 2395 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 2692 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 2693 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 2694 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 2696 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 2697 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 2756 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 2820 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 2881 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3191 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3192 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3656 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3657 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3658 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3660 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3661 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3662 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3664 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3665 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3666 [-Wtabs]
pymc\flib_blas.f:202:25:
DOUBLE PRECISION PI
1
Warning: Unused variable 'pi' declared at (1) [-Wunused-variable]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3716 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3717 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3718 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3720 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3721 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3722 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3724 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3725 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3726 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3732 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3846 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3847 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3849 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3851 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3875 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3876 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3877 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 3878 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4286 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4287 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4288 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4290 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4291 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4292 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4294 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4295 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4296 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4298 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4299 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4300 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4352 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4353 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4354 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4356 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4357 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4358 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4360 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4361 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4362 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4364 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4365 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4366 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4630 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4632 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4633 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4634 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4636 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4638 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4640 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4642 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4643 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4644 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4645 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4647 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4648 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4649 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4650 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4652 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4653 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4654 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4655 [-Wtabs]
f951.exe: Warning: Nonconforming tab character in column 1 of line 4656 [-Wtabs]
pymc\math.f:396:6:
DOUBLE PRECISION FUNCTION DERF(X)
1
Warning: 'derf' declared at (1) is also the name of an intrinsic. It can only be called via an explicit interface or if declared EXTERNAL. [-Wintrinsic-shadow]
pymc\math.f:417:6:
DOUBLE PRECISION FUNCTION DERFC(X)
1
Warning: 'derfc' declared at (1) is also the name of an intrinsic. It can only be called via an explicit interface or if declared EXTERNAL. [-Wintrinsic-shadow]
Program:f77: blas\BLAS\dcopy.f
Program:f77: blas\BLAS\daxpy.f
Program:f77: blas\BLAS\dgbmv.f
Program:f77: blas\BLAS\dnrm2.f
Program:f77: pymc\gibbsit.f
pymc\flib.f:316:55:
DOUBLE PRECISION mu_now, tau_now, alph_now, d_now, like
1
Warning: Unused variable 'd_now' declared at (1) [-Wunused-variable]
pymc\flib.f:314:42:
INTEGER i, nx, nalph, nmu, ntau, tnx
1
Warning: Unused variable 'tnx' declared at (1) [-Wunused-variable]
pymc\flib.f:442:71:
subroutine uniform_grad_x(x,lower,upper,n,nlower,nupper,gradxlike)
1
Warning: Unused dummy argument 'gradxlike' at (1) [-Wunused-dummy-argument]
pymc\flib.f:461:40:
DOUBLE PRECISION like, low, high
1
Warning: Unused variable 'high' declared at (1) [-Wunused-variable]
pymc\flib.f:458:36:
INTEGER n, nlower, nupper, i
1
Warning: Unused variable 'i' declared at (1) [-Wunused-variable]
pymc\flib.f:461:29:
DOUBLE PRECISION like, low, high
1
Warning: Unused variable 'like' declared at (1) [-Wunused-variable]
pymc\flib.f:461:34:
DOUBLE PRECISION like, low, high
1
Warning: Unused variable 'low' declared at (1) [-Wunused-variable]
pymc\flib.f:442:39:
subroutine uniform_grad_x(x,lower,upper,n,nlower,nupper,gradxlike)
1
Warning: Unused dummy argument 'lower' at (1) [-Wunused-dummy-argument]
pymc\flib.f:442:45:
subroutine uniform_grad_x(x,lower,upper,n,nlower,nupper,gradxlike)
1
Warning: Unused dummy argument 'upper' at (1) [-Wunused-dummy-argument]
pymc\flib.f:442:33:
subroutine uniform_grad_x(x,lower,upper,n,nlower,nupper,gradxlike)
1
Warning: Unused dummy argument 'x' at (1) [-Wunused-dummy-argument]
pymc\flib.f:692:41:
DOUBLE PRECISION aa, cc, sigma, pdf
1
Warning: Unused variable 'pdf' declared at (1) [-Wunused-variable]
pymc\flib.f:760:41:
DOUBLE PRECISION aa, cc, sigma, pdf
1
Warning: Unused variable 'pdf' declared at (1) [-Wunused-variable]
pymc\flib.f:834:41:
DOUBLE PRECISION aa, cc, sigma, pdf
1
Warning: Unused variable 'pdf' declared at (1) [-Wunused-variable]
pymc\flib.f:906:41:
DOUBLE PRECISION aa, cc, sigma, pdf
1
Warning: Unused variable 'pdf' declared at (1) [-Wunused-variable]
pymc\flib.f:976:41:
DOUBLE PRECISION aa, cc, sigma, pdf
1
Warning: Unused variable 'pdf' declared at (1) [-Wunused-variable]
pymc\flib.f:1186:29:
DOUBLE PRECISION factln
1
Warning: Unused variable 'factln' declared at (1) [-Wunused-variable]
pymc\flib.f:1185:51:
DOUBLE PRECISION sumx, mut, infinity, sumfact
1
Warning: Unused variable 'sumfact' declared at (1) [-Wunused-variable]
pymc\flib.f:1185:27:
DOUBLE PRECISION sumx, mut, infinity, sumfact
1
Warning: Unused variable 'sumx' declared at (1) [-Wunused-variable]
pymc\flib.f:1300:55:
DOUBLE PRECISION mu(nmu), gradlike(nmu),grad, cdf
1
Warning: Unused variable 'cdf' declared at (1) [-Wunused-variable]
pymc\flib.f:1302:29:
DOUBLE PRECISION factln, gammq
1
Warning: Unused variable 'factln' declared at (1) [-Wunused-variable]
pymc\flib.f:1302:36:
DOUBLE PRECISION factln, gammq
1
Warning: Unused variable 'gammq' declared at (1) [-Wunused-variable]
pymc\flib.f:1301:59:
DOUBLE PRECISION sumx, mut, infinity, sumfact, sumcdf
1
Warning: Unused variable 'sumcdf' declared at (1) [-Wunused-variable]
pymc\flib.f:1301:51:
DOUBLE PRECISION sumx, mut, infinity, sumfact, sumcdf
1
Warning: Unused variable 'sumfact' declared at (1) [-Wunused-variable]
pymc\flib.f:1301:27:
DOUBLE PRECISION sumx, mut, infinity, sumfact, sumcdf
1
Warning: Unused variable 'sumx' declared at (1) [-Wunused-variable]
pymc\flib.f:1402:29:
DOUBLE PRECISION gammln
1
Warning: Unused variable 'gammln' declared at (1) [-Wunused-variable]
pymc\flib.f:2154:40:
DOUBLE PRECISION gradlike(n), grad
1
Warning: Unused variable 'grad' declared at (1) [-Wunused-variable]
pymc\flib.f:2665:29:
DOUBLE PRECISION gammln
1
Warning: Unused variable 'gammln' declared at (1) [-Wunused-variable]
pymc\flib.f:2728:29:
DOUBLE PRECISION gammln, psi
1
Warning: Unused variable 'gammln' declared at (1) [-Wunused-variable]
pymc\flib.f:2793:29:
DOUBLE PRECISION gammln
1
Warning: Unused variable 'gammln' declared at (1) [-Wunused-variable]
pymc\flib.f:2903:29:
DOUBLE PRECISION gammln
1
Warning: Unused variable 'gammln' declared at (1) [-Wunused-variable]
pymc\flib.f:2959:29:
DOUBLE PRECISION gammln, psi
1
Warning: Unused variable 'gammln' declared at (1) [-Wunused-variable]
pymc\flib.f:3021:29:
DOUBLE PRECISION gammln
1
Warning: Unused variable 'gammln' declared at (1) [-Wunused-variable]
pymc\flib.f:3396:58:
DOUBLE PRECISION gradlike(nx), atmp, btmp, PI, glike
1
Warning: Unused variable 'glike' declared at (1) [-Wunused-variable]
pymc\flib.f:3646:37:
DOUBLE PRECISION gammln, factln
1
Warning: Unused variable 'factln' declared at (1) [-Wunused-variable]
pymc\flib.f:3646:29:
DOUBLE PRECISION gammln, factln
1
Warning: Unused variable 'gammln' declared at (1) [-Wunused-variable]
pymc\flib.f:3706:37:
DOUBLE PRECISION gammln, factln, psi
1
Warning: Unused variable 'factln' declared at (1) [-Wunused-variable]
pymc\flib.f:3706:29:
DOUBLE PRECISION gammln, factln, psi
1
Warning: Unused variable 'gammln' declared at (1) [-Wunused-variable]
pymc\flib.f:3836:29:
DOUBLE PRECISION factln
1
Warning: Unused variable 'factln' declared at (1) [-Wunused-variable]
pymc\flib.f:4039:26:
DOUBLE PRECISION psi
1
Warning: Unused variable 'psi' declared at (1) [-Wunused-variable]
pymc\flib.f:4276:29:
DOUBLE PRECISION gammln, psi
1
Warning: Unused variable 'gammln' declared at (1) [-Wunused-variable]
pymc\flib.f:4342:29:
DOUBLE PRECISION gammln, psi
1
Warning: Unused variable 'gammln' declared at (1) [-Wunused-variable]
pymc\flib.f:5194:35:
DOUBLE PRECISION like, factln, infinity, sump
1
Warning: Unused variable 'factln' declared at (1) [-Wunused-variable]
pymc\flib.f:5196:23:
INTEGER i,j,n_tmp
1
Warning: Unused variable 'n_tmp' declared at (1) [-Wunused-variable]
pymc\flib.f:5444:26:
DOUBLE PRECISION tmp
1
Warning: Unused variable 'tmp' declared at (1) [-Wunused-variable]
pymc\flib.f:5498:25:
DOUBLE PRECISION i0
1
Warning: Unused variable 'i0' declared at (1) [-Wunused-variable]
pymc\flib.f:5491:26:
DOUBLE PRECISION tmp
1
Warning: Unused variable 'tmp' declared at (1) [-Wunused-variable]
pymc\flib.f:5545:25:
DOUBLE PRECISION i0
1
Warning: Unused variable 'i0' declared at (1) [-Wunused-variable]
pymc\flib.f:5538:26:
DOUBLE PRECISION tmp
1
Warning: Unused variable 'tmp' declared at (1) [-Wunused-variable]
Program:f77: blas\BLAS\drot.f
pymc\gibbsit.f:2160:5:
215 IF (R .GT. .5898437) GO TO 220
1
Warning: Label 215 at (1) defined but not used [-Wunused-label]
pymc\gibbsit.f:2077:5:
115 IF (R .GT. .5898437) GO TO 120
1
Warning: Label 115 at (1) defined but not used [-Wunused-label]
pymc\gibbsit.f:2064:5:
15 IF (KFLAG.GE.1) GO TO 30
1
Warning: Label 15 at (1) defined but not used [-Wunused-label]
pymc\gibbsit.f:1204:16:
cutpt = empquant(original,iteracnt,qhat,work)
1
Warning: Type mismatch in argument 'work' at (1); passed INTEGER(4) to REAL(8) [-Wargument-mismatch]
Program:f77: blas\BLAS\drotm.f
Program:f77: blas\BLAS\dsbmv.f
Program:f77: pymc\blas_wrap.f
Program:f77: blas\BLAS\drotg.f
Program:f77: blas\BLAS\dgemv.f
Program:f77: blas\BLAS\drotmg.f
Program:f77: blas\BLAS\dsdot.f
blas\BLAS\drotmg.f:138:15:
GO TO IGO(120,150,180,210)
1
Warning: Deleted feature: Assigned GOTO statement at (1)
blas\BLAS\drotmg.f:144:72:
ASSIGN 120 TO IGO
1
Warning: Deleted feature: ASSIGN statement at (1)
blas\BLAS\drotmg.f:156:72:
ASSIGN 150 TO IGO
1
Warning: Deleted feature: ASSIGN statement at (1)
blas\BLAS\drotmg.f:169:72:
ASSIGN 180 TO IGO
1
Warning: Deleted feature: ASSIGN statement at (1)
blas\BLAS\drotmg.f:180:72:
ASSIGN 210 TO IGO
1
Warning: Deleted feature: ASSIGN statement at (1)
blas\BLAS\drotmg.f:183:5:
210 CONTINUE
1
Warning: Label 210 at (1) defined but not used [-Wunused-label]
blas\BLAS\drotmg.f:172:5:
180 CONTINUE
1
Warning: Label 180 at (1) defined but not used [-Wunused-label]
blas\BLAS\drotmg.f:159:5:
150 CONTINUE
1
Warning: Label 150 at (1) defined but not used [-Wunused-label]
blas\BLAS\drotmg.f:147:5:
120 CONTINUE
1
Warning: Label 120 at (1) defined but not used [-Wunused-label]
blas\BLAS\drotmg.f:186:0:
DH22 = DH22*GAM
Warning: 'dh22' may be used uninitialized in this function [-Wmaybe-uninitialized]
blas\BLAS\drotmg.f:185:0:
DH21 = DH21*GAM
Warning: 'dh21' may be used uninitialized in this function [-Wmaybe-uninitialized]
blas\BLAS\drotmg.f:52:0:
DOUBLE PRECISION DFLAG,DH11,DH12,DH21,DH22,DP1,DP2,DQ1,DQ2,DTEMP,
Warning: 'dh12' may be used uninitialized in this function [-Wmaybe-uninitialized]
blas\BLAS\drotmg.f:195:0:
DPARAM(2) = DH11
Warning: 'dh11' may be used uninitialized in this function [-Wmaybe-uninitialized]
Program:f77: blas\BLAS\dspr.f
Program:f77: blas\BLAS\dscal.f
pymc\flib.f:4892:0:
K = I
Warning: 'k' may be used uninitialized in this function [-Wmaybe-uninitialized]
Program:f77: blas\BLAS\dspmv.f
Program:f77: blas\BLAS\dswap.f
blas\BLAS\dspr.f:90:0:
INTEGER I,INFO,IX,J,JX,K,KK,KX
Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized]
Program:f77: blas\BLAS\dsymv.f
Program:f77: blas\BLAS\dsyr2.f
Program:f77: blas\BLAS\dsymm.f
Program:f77: blas\BLAS\dspr2.f
Program:f77: blas\BLAS\dsyrk.f
blas\BLAS\dsyr2.f:104:0:
INTEGER I,INFO,IX,IY,J,JX,JY,KX,KY
Warning: 'ky' may be used uninitialized in this function [-Wmaybe-uninitialized]
blas\BLAS\dsyr2.f:104:0: Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized]
blas\BLAS\dsyr2.f:104:0: Warning: 'jy' may be used uninitialized in this function [-Wmaybe-uninitialized]
blas\BLAS\dsyr2.f:104:0: Warning: 'jx' may be used uninitialized in this function [-Wmaybe-uninitialized]
blas\BLAS\dspr2.f:101:0:
INTEGER I,INFO,IX,IY,J,JX,JY,K,KK,KX,KY
Warning: 'ky' may be used uninitialized in this function [-Wmaybe-uninitialized]
blas\BLAS\dspr2.f:101:0: Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized]
blas\BLAS\dspr2.f:101:0: Warning: 'jy' may be used uninitialized in this function [-Wmaybe-uninitialized]
blas\BLAS\dspr2.f:101:0: Warning: 'jx' may be used uninitialized in this function [-Wmaybe-uninitialized]
Program:f77: blas\BLAS\dtbsv.f
Program:f77: blas\BLAS\dsyr2k.f
Program:f77: blas\BLAS\dtpsv.f
Program:f77: blas\BLAS\dsyr.f
Program:f77: blas\BLAS\dtrmv.f
blas\BLAS\dtbsv.f:148:0:
INTEGER I,INFO,IX,J,JX,KPLUS1,KX,L
Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized]
blas\BLAS\dsyr.f:93:0:
INTEGER I,INFO,IX,J,JX,KX
Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized]
blas\BLAS\dtpsv.f:107:0:
INTEGER I,INFO,IX,J,JX,K,KK,KX
Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized]
Program:f77: blas\BLAS\dtbmv.f
Program:f77: blas\BLAS\dtrsv.f
Program:f77: blas\BLAS\dznrm2.f
blas\BLAS\dtrmv.f:107:0:
INTEGER I,INFO,IX,J,JX,KX
Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized]
Program:f77: blas\BLAS\idamax.f
blas\BLAS\dtrsv.f:110:0:
INTEGER I,INFO,IX,J,JX,KX
Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized]
blas\BLAS\dtbmv.f:144:0:
INTEGER I,INFO,IX,J,JX,KPLUS1,KX,L
Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized]
Program:f77: blas\BLAS\dtpmv.f
Program:f77: blas\BLAS\dtrmm.f
Program:f77: blas\BLAS\lsame.f
Program:f77: lapack\double\dpotrs.f
blas\BLAS\dtpmv.f:104:0:
INTEGER I,INFO,IX,J,JX,K,KK,KX
Warning: 'kx' may be used uninitialized in this function [-Wmaybe-uninitialized]
Program:f77: blas\BLAS\xerbla.f
Program:f77: blas\BLAS\dtrsm.f
Program:f77: lapack\double\dpotrf.f
Program:f77: lapack\double\dpotf2.f
Program:f77: blas\BLAS\dzasum.f
Program:f77: lapack\double\dlamch.f
Program:f77: lapack\double\ieeeck.f
Program:f77: build\src.win-amd64-3.10\pymc\flib-f2pywrappers.f
lapack\double\dlamch.f:251:17:
LBETA = C + QTR
1
Warning: Possible change of value in conversion from REAL(8) to INTEGER(4) at (1) [-Wconversion]
lapack\double\dlamch.f:844:0:
Y = DLAMC3( Y*BETA, ZERO )
Warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized]
Program:f77: lapack\double\ilaenv.f
Program:f77: lapack\double\iparmq.f
lapack\double\iparmq.f:1:69:
INTEGER FUNCTION IPARMQ( ISPEC, NAME, OPTS, N, ILO, IHI, LWORK )
1
Warning: Unused dummy argument 'lwork' at (1) [-Wunused-dummy-argument]
lapack\double\iparmq.f:1:52:
INTEGER FUNCTION IPARMQ( ISPEC, NAME, OPTS, N, ILO, IHI, LWORK )
1
Warning: Unused dummy argument 'n' at (1) [-Wunused-dummy-argument]
lapack\double\iparmq.f:1:43:
INTEGER FUNCTION IPARMQ( ISPEC, NAME, OPTS, N, ILO, IHI, LWORK )
1
Warning: Unused dummy argument 'name' at (1) [-Wunused-dummy-argument]
lapack\double\iparmq.f:1:49:
INTEGER FUNCTION IPARMQ( ISPEC, NAME, OPTS, N, ILO, IHI, LWORK )
1
Warning: Unused dummy argument 'opts' at (1) [-Wunused-dummy-argument]
lapack\double\iparmq.f:240:0:
IF( NS.GE.KACMIN )
Warning: 'ns' may be used uninitialized in this function [-Wmaybe-uninitialized]
lapack\double\iparmq.f:224:0:
IF( NH.LE.KNWSWP ) THEN
Warning: 'nh' may be used uninitialized in this function [-Wmaybe-uninitialized]
lapack\double\dlamch.f:54:0:
DOUBLE PRECISION BASE, EMAX, EMIN, EPS, PREC, RMACH, RMAX, RMIN,
Warning: 'rmach' may be used uninitialized in this function [-Wmaybe-uninitialized]
Program:f77: lapack\double\ilaver.f
Program:f77: pymc\histogram.f
C:\Program Files\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\gfortran.exe -Wall -g -Wall -g -shared C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\pymc\flib.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\pymc\histogram.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\pymc\flib_blas.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\pymc\blas_wrap.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\pymc\math.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\pymc\gibbsit.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dasum.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\daxpy.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dcabs1.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dcopy.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\ddot.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dgbmv.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dgemm.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dgemv.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dger.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dnrm2.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\drot.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\drotg.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\drotm.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\drotmg.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dsbmv.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dscal.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dsdot.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dspmv.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dspr.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dspr2.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dswap.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dsymm.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dsymv.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dsyr.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dsyr2.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dsyr2k.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dsyrk.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dtbmv.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dtbsv.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dtpmv.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dtpsv.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dtrmm.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dtrmv.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dtrsm.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dtrsv.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dzasum.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dznrm2.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\idamax.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\lsame.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\xerbla.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\lapack\double\dpotrs.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\lapack\double\dpotrf.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\lapack\double\dpotf2.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\lapack\double\ilaenv.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\lapack\double\dlamch.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\lapack\double\ilaver.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\lapack\double\ieeeck.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\lapack\double\iparmq.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\build\src.win-amd64-3.10\pymc\flib-f2pywrappers.o -LC:\Program Files\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\lib\gcc\x86_64-w64-mingw32\8.1.0 -LC:\Users\haozi\anaconda3\envs\hddm_local\libs -LC:\Users\haozi\anaconda3\envs\hddm_local\PCbuild\amd64 -o build\temp.win-amd64-3.10\Release\.libs\libflib.4CZU5GJ5N7G7XWUFYPVTKYWDKTSA3QPR.gfortran-win_amd64.dll -Wl,--allow-multiple-definition -Wl,--output-def,build\temp.win-amd64-3.10\Release\libflib.4CZU5GJ5N7G7XWUFYPVTKYWDKTSA3QPR.gfortran-win_amd64.def -Wl,--export-all-symbols -Wl,--enable-auto-import -static -mlong-double-64
C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\pymc\flib.o: In function `vonmises_':
C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10/pymc/flib.f:5468: undefined reference to `i0_'
C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10/pymc/flib.f:5468: undefined reference to `i0_'
C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10/pymc/flib.f:5468: undefined reference to `i0_'
C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10/pymc/flib.f:5468: undefined reference to `i0_'
C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10/pymc/flib.f:5468: undefined reference to `i0_'
C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\pymc\flib.o:C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10/pymc/flib.f:5468: more undefined references to `i0_' follow
collect2.exe: error: ld returned 1 exit status
error: Command "C:\Program Files\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\bin\gfortran.exe -Wall -g -Wall -g -shared C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\pymc\flib.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\pymc\histogram.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\pymc\flib_blas.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\pymc\blas_wrap.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\pymc\math.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\pymc\gibbsit.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dasum.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\daxpy.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dcabs1.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dcopy.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\ddot.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dgbmv.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dgemm.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dgemv.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dger.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dnrm2.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\drot.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\drotg.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\drotm.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\drotmg.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dsbmv.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dscal.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dsdot.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dspmv.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dspr.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dspr2.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dswap.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dsymm.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dsymv.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dsyr.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dsyr2.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dsyr2k.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dsyrk.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dtbmv.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dtbsv.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dtpmv.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dtpsv.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dtrmm.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dtrmv.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dtrsm.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dtrsv.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dzasum.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\dznrm2.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\idamax.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\lsame.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\blas\BLAS\xerbla.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\lapack\double\dpotrs.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\lapack\double\dpotrf.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\lapack\double\dpotf2.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\lapack\double\ilaenv.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\lapack\double\dlamch.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\lapack\double\ilaver.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\lapack\double\ieeeck.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\lapack\double\iparmq.o C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\build\src.win-amd64-3.10\pymc\flib-f2pywrappers.o -LC:\Program Files\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0\mingw64\lib\gcc\x86_64-w64-mingw32\8.1.0 -LC:\Users\haozi\anaconda3\envs\hddm_local\libs -LC:\Users\haozi\anaconda3\envs\hddm_local\PCbuild\amd64 -o build\temp.win-amd64-3.10\Release\.libs\libflib.4CZU5GJ5N7G7XWUFYPVTKYWDKTSA3QPR.gfortran-win_amd64.dll -Wl,--allow-multiple-definition -Wl,--output-def,build\temp.win-amd64-3.10\Release\libflib.4CZU5GJ5N7G7XWUFYPVTKYWDKTSA3QPR.gfortran-win_amd64.def -Wl,--export-all-symbols -Wl,--enable-auto-import -static -mlong-double-64" failed with exit status 1
########### EXT COMPILER OPTIMIZATION ###########
Platform :
Architecture: x64
Compiler : msvc
CPU baseline :
Requested : 'min'
Enabled : SSE SSE2 SSE3
Flags : none
Extra checks: none
CPU dispatch :
Requested : 'max -xop -fma4'
Enabled : SSSE3 SSE41 POPCNT SSE42 AVX F16C FMA3 AVX2 AVX512F AVX512CD AVX512_SKX AVX512_CLX AVX512_CNL AVX512_ICL
Generated : none
CCompilerOpt.cache_flush[809] : write cache to path -> C:\Users\haozi\AppData\Local\Temp\pip-install-zhv6jeeh\pymc_789bde60e4264b419cdbbf9ae685ae10\build\temp.win-amd64-3.10\Release\ccompiler_opt_cache_ext.py
----------------------------------------
ERROR: Command errored out with exit status 1: 'C:\Users\haozi\anaconda3\envs\hddm_local\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\haozi\\AppData\\Local\\Temp\\pip-install-zhv6jeeh\\pymc_789bde60e4264b419cdbbf9ae685ae10\\setup.py'"'"'; __file__='"'"'C:\\Users\\haozi\\AppData\\Local\\Temp\\pip-install-zhv6jeeh\\pymc_789bde60e4264b419cdbbf9ae685ae10\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\haozi\AppData\Local\Temp\pip-record-x91p6k9l\install-record.txt' --single-version-externally-managed --compile --install-headers 'C:\Users\haozi\anaconda3\envs\hddm_local\Include\pymc' Check the logs for full command output.