Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows package installs .lib files in Library\bin\ #64

Closed
traversaro opened this issue Nov 1, 2020 · 0 comments · Fixed by #99
Closed

Windows package installs .lib files in Library\bin\ #64

traversaro opened this issue Nov 1, 2020 · 0 comments · Fixed by #99

Comments

@traversaro
Copy link
Contributor

On Windows, the mumps-seq package installs the files:

  • cmumps.lib
  • dmumps.lib
  • smumps.lib
  • zmumps.lib

in the Library\bin\ directory, instead of the Library\lib directory in which .lib files are usually installed.


Environment (conda list):
$ conda list
(ipopt-tests) C:\src\ipopt-tests\Ipopt\build-nmake>conda list
# packages in environment at C:\Users\STraversaro\Miniconda3\envs\ipopt-tests:
#
# Name                    Version                   Build  Channel
c-compiler                1.1.1                he774522_1    conda-forge
clangdev                  5.0.0                   flang_3  [flang]  conda-forge
cmake                     3.18.3               h39d44d4_0    conda-forge
compilers                 1.1.1                         1    conda-forge
cxx-compiler              1.1.1                h74a9793_1    conda-forge
flang                     5.0.0           he025d50_20180525    conda-forge
flang_win-64              5.0.0                  20180525    conda-forge
fortran-compiler          1.1.1                he67e8c7_1    conda-forge
gettext                   0.19.8.1          hfbb10ce_1004    conda-forge
intel-openmp              2020.2                      254
lapack                    3.9.0                    netlib    conda-forge
libblas                   3.9.0           2_h8933c1f_netlib    conda-forge
libffi                    3.2.1             ha925a31_1007    conda-forge
libflang                  5.0.0           h6538335_20180525    conda-forge
libglib                   2.66.2               h35efcdc_0    conda-forge
libiconv                  1.16                 he774522_0    conda-forge
liblapack                 3.9.0           2_h8933c1f_netlib    conda-forge
llvm-meta                 5.0.0                         0    conda-forge
m2w64-gcc-libgfortran     5.3.0                         6
m2w64-gcc-libs            5.3.0                         7
m2w64-gcc-libs-core       5.3.0                         7
m2w64-gmp                 6.1.0                         2
m2w64-libwinpthread-git   5.0.0.4634.697f757               2
mkl                       2020.2                      256
msys2-conda-epoch         20160418                      1
mumps-seq                 5.2.1                h0f4c095_9    conda-forge
ninja                     1.10.1               h587dcfd_2    conda-forge
openmp                    5.0.0                    vc14_1    conda-forge
pcre                      8.44                 ha925a31_0    conda-forge
pkg-config                0.29.2            h4a39e8b_1008    conda-forge
vc                        14.1                 h869be7e_1    conda-forge
vs2015_runtime            14.16.27012          h30e32a0_2    conda-forge
vs2017_win-64             19.16.27038          h2e3bad8_2    conda-forge
vswhere                   2.7.1                h21ff451_0
zlib                      1.2.11            h62dcd97_1010    conda-forge

(ipopt-tests) C:\src\ipopt-tests\Ipopt\build-nmake>

Details about conda and system ( conda info ):
$ conda info
(ipopt-tests) C:\src\ipopt-tests\Ipopt\build-nmake>conda info

     active environment : ipopt-tests
    active env location : C:\Users\STraversaro\Miniconda3\envs\ipopt-tests
            shell level : 2
       user config file : C:\Users\STraversaro\.condarc
 populated config files : C:\Users\STraversaro\.condarc
          conda version : 4.8.3
    conda-build version : not installed
         python version : 3.8.3.final.0
       virtual packages : __cuda=10.2
       base environment : C:\Users\STraversaro\Miniconda3  (writable)
           channel URLs : https://conda.anaconda.org/conda-forge/win-64
                          https://conda.anaconda.org/conda-forge/noarch
                          https://repo.anaconda.com/pkgs/main/win-64
                          https://repo.anaconda.com/pkgs/main/noarch
                          https://repo.anaconda.com/pkgs/r/win-64
                          https://repo.anaconda.com/pkgs/r/noarch
                          https://repo.anaconda.com/pkgs/msys2/win-64
                          https://repo.anaconda.com/pkgs/msys2/noarch
          package cache : C:\Users\STraversaro\Miniconda3\pkgs
                          C:\Users\STraversaro\.conda\pkgs
                          C:\Users\STraversaro\AppData\Local\conda\conda\pkgs
       envs directories : C:\Users\STraversaro\Miniconda3\envs
                          C:\Users\STraversaro\.conda\envs
                          C:\Users\STraversaro\AppData\Local\conda\conda\envs
               platform : win-64
             user-agent : conda/4.8.3 requests/2.23.0 CPython/3.8.3 Windows/10 Windows/10.0.19041
          administrator : False
             netrc file : None
           offline mode : False


(ipopt-tests) C:\src\ipopt-tests\Ipopt\build-nmake>
@minrk minrk mentioned this issue Dec 12, 2023
@minrk minrk closed this as completed in #99 Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant