Alexpux / MSYS2-pacman

MSYS2 port of Arch Linux packman package manager.
GNU General Public License v2.0
164 stars 34 forks source link

Pacman is removing old MPFR version file. #51

Closed hiro2233 closed 6 years ago

hiro2233 commented 6 years ago

Hello,

I'm glad to meet you and work with msy2, this is my first issue, i hope this can help to fix some problems. Sorry if i'm posting the issue without a some rule, if there is one please point me, i will try to do on the correct way.

The issue:

I'm trying to install by hand the mpfr library with this: http://repo.msys2.org/msys/i686/mpfr-devel-4.0.0.1-3-i686.pkg.tar.xz because this one have both mpfr file version 4th and 6th, when update/upgrade with pacman the 4th version is removed, so it's is needed when linking for numpy on python2. Please try to keep it instead about removing.

Thanks. Hiroshi Takey F.

Alexpux commented 6 years ago

@hiro2233 instead keeping many fake dlls need to build packages with current one. I will never leave old file for compatibility, this is wrong way

hiro2233 commented 6 years ago

@Alexpux ok, surely you must have the reasons to do that. Thank you for your reply.