[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdesupport/emerge/portage/win32libs-sources/mpir-src
From:       Cristian OneČ› <onet.cristian () gmail ! com>
Date:       2011-03-10 21:00:27
Message-ID: 20110310210028.05E5DAC8C5 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1224427 by conet:

Since FindGMP.cmake (installed by kdelibs) only looks for gmp.lib libgmp.lib make a \
copy of mpir.lib as gmp.lib so that the find will succeed. At runtime only mpir.dll \
will be needed anyway. A better workaround for this would be to patch FindGMP.cmake.

 M  +2 -0      mpir-src-20110122.py  


--- trunk/kdesupport/emerge/portage/win32libs-sources/mpir-src/mpir-src-20110122.py \
#1224426:1224427 @@ -53,6 +53,8 @@
         if not os.path.isdir( os.path.join( self.installDir() , "lib" ) ):
                 os.makedirs( os.path.join( self.installDir() , "lib" ) )
         shutil.move(os.path.join( self.sourceDir(), 'build.vc10', 'dll', 'Win32', \
'Release', 'mpir.lib'), os.path.join( self.installDir() , "lib" , "mpir.lib") ) +     \
# a dirty workaround the fact that FindGMP.cmake will only look for gmp.lib +        \
shutil.copy(os.path.join( self.installDir() , "lib" , "mpir.lib"), os.path.join( \
self.installDir() , "lib" , "gmp.lib") )  
         if not os.path.isdir( os.path.join( self.installDir() , "include" ) ):
                 os.makedirs( os.path.join( self.installDir() , "include" ) )


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic