index
:
platform/upstream/openblas
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
master
sandbox/lstelmach/upstream-0.3.21
sandbox/mkashkarov/tizen_6.0_build
sandbox/nmerinov/llvm
sandbox/tyzeroy/devel
tizen
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: Machine Learning / ML Framework; Licenses: BSD-3-Clause;
Inki Dae <inki.dae@samsung.com>, Semun Lee <semun.lee@samsung.com>, Tae-Young Chung <ty83.chung@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile.install
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-09
Removed use of non portable '-p' arg to install
Arthur Williams
1
-7
/
+7
2020-11-02
allow setting soname without suffix or prefix
Aisha Tammy
1
-8
/
+8
2020-08-22
Add OpenMP dependency to pkgconfig file if needed
Martin Kroeker
1
-1
/
+9
2020-08-01
Improve substitution rules for SYMBOLPREFIX and -SUFFIX addition
Martin Kroeker
1
-4
/
+10
2020-07-31
Add SYMBOLPREFIX and/or SYMBOLSUFFIX to cblas prototypes
Martin Kroeker
1
-2
/
+10
2020-04-03
libname: treat FreeBSD and DragonFly like linux and sunos
Baptiste Daroussin
1
-2
/
+2
2020-02-18
Fix install name on osx again
Isuru Fernando
1
-1
/
+1
2020-01-12
Install new lapack.h
Martin Kroeker
1
-0
/
+2
2019-07-08
Change install_name on osx to match linux
Isuru Fernando
1
-1
/
+2
2019-03-02
Improve handling of NO_STATIC and NO_SHARED
Martin Kroeker
1
-5
/
+5
2018-11-01
Use installbsd on AIX
Martin Kroeker
1
-7
/
+7
2018-10-31
Accomodate AIX install, which has different syntax
Martin Kroeker
1
-0
/
+29
2018-08-02
Haiku supporting patches
Zoltán Mizsei
1
-1
/
+1
2018-06-09
Move some DYNAMIC_ARCH targets to new DYNAMIC_OLDER option
Martin Kroeker
1
-1
/
+1
2018-05-14
Add build-time configuration options to pkgconfig file
Martin Kroeker
1
-1
/
+2
2018-04-03
Add support for DragonFly BSD
Alex Arslan
1
-2
/
+2
2018-04-02
Allow building on OpenBSD
Alex Arslan
1
-7
/
+2
2018-01-05
Make: escape paths to pkg-config file
Christoph Conrads
1
-6
/
+6
2017-09-07
More canonical installation on Cygwin:
Erik M. Bray
1
-1
/
+2
2017-04-11
Build shared library for Android.
Zhang Xianyi
1
-1
/
+1
2017-02-12
Create and install only a single openblas.pc file
Martin Kroeker
1
-16
/
+7
2017-02-06
Install pkg-config files
Isuru Fernando
1
-0
/
+22
2017-01-16
Merge pull request #1067 from martin-frbg/msysinst
Martin Kroeker
1
-1
/
+1
2017-01-16
Fix DESTDIR support for cygwin/msys2 install
Martin Kroeker
1
-1
/
+1
2017-01-11
Update Makefile.install (#1064)
Martin Kroeker
1
-1
/
+1
2016-05-03
Wrap CURDIR and DESTDIR in quotes
Ivan Ukhov
1
-49
/
+49
2016-01-26
Merge pull request #749 from lotheac/illumos_fixes
Zhang Xianyi
1
-2
/
+2
2016-01-22
actually install the shared lib on illumos
Lauri Tirkkonen
1
-1
/
+1
2016-01-22
use $(AWK) in Makefile.install and switch it to nawk
Lauri Tirkkonen
1
-1
/
+1
2015-12-03
Refs #706. Fixed lapacke installation error.
Zhang Xianyi
1
-4
/
+4
2015-08-06
install OpenBLASConfigVersion.cmake
xantares
1
-0
/
+13
2015-03-30
fix mingw install
xantares
1
-2
/
+2
2014-12-13
Fixed installation bug on Mac OSX.
Zhang Xianyi
1
-5
/
+5
2014-12-09
Merge pull request #475 from xantares/patch-2
Zhang Xianyi
1
-1
/
+2
2014-12-09
add OpenBLAS_VERSION to cmake config file
xantares
1
-1
/
+2
2014-12-09
set OPENBLAS_CMAKE_DIR to <prefix>/lib/cmake/<package_name>
xantares
1
-1
/
+1
2014-11-29
Refs #461. Provide OpenBLASConfig.cmake to support CMake.
Zhang Xianyi
1
-1
/
+21
2014-07-16
Don't create an absolute symlink when installing on Darwin
Elliot Saba
1
-1
/
+2
2014-06-28
Merge branch 'develop' of https://github.com/TimothyGu/OpenBLAS into TimothyG...
Zhang Xianyi
1
-4
/
+4
2014-06-27
Build import libs as .dll.a instead of .lib
Timothy Gu
1
-1
/
+1
2014-06-27
Remove all trailing whitespace except lapack-netlib
Timothy Gu
1
-4
/
+4
2014-06-06
Fixed generating DLL bug.
Zhang Xianyi
1
-1
/
+2
2014-05-22
Add NO_STATIC variable which disables static lib installation
Timothy Gu
1
-0
/
+2
2014-05-22
Build import library for mingw
Timothy Gu
1
-0
/
+1
2014-05-01
Install dll to prefix/bin instead of prefix/bin
xantares
1
-2
/
+3
2014-02-24
More robust OPENBLAS_ prefixing of macros in openblas_config.h
Olivier Grisel
1
-1
/
+1
2013-12-10
Added support for NO_SHARED in make install.
lucasb-eyer
1
-0
/
+2
2013-12-09
Add DESTDIR support for easier building on RPM based distros.
Christopher Meng
1
-40
/
+40
2013-11-02
Fixed #315. Added OPENBLAS_ prefix to openblas_config.h.
Zhang Xianyi
1
-2
/
+2
2013-08-28
fix default prefix handling in makefiles
Lars Buitinck
1
-0
/
+2
[next]