summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-12-19Apply -fallow-argument-mismatch option when gcc version is larger than 10.0.0accepted/tizen/unified/riscv/20231219.110018accepted/tizen/unified/20231220.165119tizenaccepted/tizen_unified_riscvaccepted/tizen_unifiedTae-Young Chung2-3/+18
riscv64, armv7l, i586, x86_64 with gcc 13.1.0 in Riscv repository and aarch64, armv7l, i586, x86_64 with gcc 9.2.0 in Unified repository should be built without build error. With a previous commit, armv7l, i586, x86_64 in Riscv repo. got build failed. So, remove %ifarch ~ %endif from a spec file. Instead, add a patch checking gcc version and then applying the option if the version is larger than 10.0.0. Change-Id: Ie9d1dc7421eb91d116077b7abe6520d05af62836 Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
2023-12-18Add -fallow-argument-mismatch option when riscv64accepted/tizen/unified/20231219.160323Tae-Young Chung1-0/+2
The option is only supported from gcc-10, but currenlty tizen supports gcc-9.2.0. So, add the option when riscv64 which is built with gcc-13. Change-Id: I70857c780a48146e03d2997cddc8bd41281f3e69 Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
2023-12-18Fix build break on gcc13Tae-Young Chung1-0/+2
On gcc12, followling errors occur. ``` Error: Rank mismatch between actual argument at (1) and actual argument at (2) (scalar and rank-1) `` To degrade the error to a warning, add fortran option. Refer to https://gcc.gnu.org/onlinedocs/gfortran/Fortran-Dialect-Options.html#index-fallow-argument-mismatch Change-Id: I2eaf2aa257f0a6e5b925a1b5e3fed124a53e0402 Signed-off-by: Tae-Young Chung <ty83.chung@samsung.com>
2018-03-13packaging: Enable cblas packagetizen_8.0_m2_releasetizen_7.0_m2_releasetizen_6.5.m2_releasetizen_6.0.m2_releasetizen_5.5.m2_releasesubmit/tizen_6.5/20211028.163501submit/tizen_6.0_hotfix/20201103.115102submit/tizen_6.0_hotfix/20201102.192902submit/tizen_6.0/20201029.205502submit/tizen_5.5_wearable_hotfix/20201026.184307submit/tizen_5.5_mobile_hotfix/20201026.185107submit/tizen_5.5/20191031.000007submit/tizen_5.0/20181101.000006submit/tizen/20180313.231549accepted/tizen/unified/20180314.062013accepted/tizen/8.0/unified/20231005.095011accepted/tizen/7.0/unified/hotfix/20221116.110924accepted/tizen/7.0/unified/20221110.061828accepted/tizen/6.5/unified/20211029.013210accepted/tizen/6.0/unified/hotfix/20201103.045529accepted/tizen/6.0/unified/hotfix/20201102.234238accepted/tizen/6.0/unified/20201030.105429accepted/tizen/5.5/unified/wearable/hotfix/20201027.095741accepted/tizen/5.5/unified/mobile/hotfix/20201027.073410accepted/tizen/5.5/unified/20191031.010636accepted/tizen/5.0/unified/20181102.024111tizen_8.0tizen_7.0_hotfixtizen_7.0tizen_6.5tizen_6.0_hotfixtizen_6.0tizen_5.5_wearable_hotfixtizen_5.5_tvtizen_5.5_mobile_hotfixtizen_5.5tizen_5.0accepted/tizen_8.0_unifiedaccepted/tizen_7.0_unified_hotfixaccepted/tizen_7.0_unifiedaccepted/tizen_6.5_unifiedaccepted/tizen_6.0_unified_hotfixaccepted/tizen_6.0_unifiedaccepted/tizen_5.5_unified_wearable_hotfixaccepted/tizen_5.5_unified_mobile_hotfixaccepted/tizen_5.5_unifiedaccepted/tizen_5.0_unifiedSangjung woo1-8/+32
* Enable cblas package * Remove unnecessary description Signed-off-by: Sangjung woo <sangjung.woo@samsung.com> Corrected subject format. Signed-off-by: Inki Dae <inki.dae@samsung.com>
2018-03-13packaging: Add RPM spec file for packagingSangjung woo1-0/+172
This patch newly added the RPM spec file to build RPM package. Signed-off-by: Sangjung woo <sangjung.woo@samsung.com> Corrected subject format. Signed-off-by: Inki Dae <inki.dae@samsung.com>
2017-06-17Update version in CMAKE - Fix for MATGEN generation on WindowsHEADmasterJulie2-2/+2
2017-06-12Merge pull request #167 from thielema/blas-parameter-commentslangou145-315/+1505
Added and straightened Doxygen comments on BLAS parameters.
2017-06-12BLAS/xROTMG; comment on xPARAM: turn to output directionHenning Thielemann2-2/+2
2017-06-12BLAS/xROTM; comment on xPARAM: turn to input directionHenning Thielemann2-2/+2
2017-06-12BLAS/xROTMx, comment on xPARAM: put 5 in parenthesesHenning Thielemann4-4/+4
2017-06-12BLAS: add Doxygen comments for parameters where missingHenning Thielemann44-6/+1176
2017-06-12BLAS/SDSDOT: convert parameter comments to Doxygen formatHenning Thielemann1-47/+71
2017-06-12BLAS/xROTM; parameter comments for xX and xY: correct array dimensionHenning Thielemann2-8/+4
2017-06-12Merge pull request #166 from iyamazaki/masterlangou18-564/+283
fixing the definition of "info" in Aasen's
2017-06-11Merge https://github.com/Reference-LAPACK/lapackIchitaro Yamazaki526-1139/+1141
2017-06-11fixing comments.Ichitaro Yamazaki6-16/+8
2017-06-10skip "singularity" check in sytrf_aa testerIchitaro Yamazaki6-210/+229
2017-06-10remove "singularity" check in sytrf_aaIchitaro Yamazaki12-338/+46
2017-06-10Preparing for 3.7.1 releaseJulie526-1139/+1141
Update version number from discussion with Vendors, they still would like to have the version number inside the source file.
2017-06-09BLAS doxygen array parameter comments: use the same format as LAPACKHenning Thielemann96-246/+246
i.e. "A is TYPE array, dimension ( LDx, N )"
2017-06-08Merge pull request #165 from thielema/array-dimensionslangou22-92/+48
Some final line-break rearrangements that assist my parameter comment parser.
2017-06-08xLA_GEAMV; parameter comments: pull 'array' to the type declaration lineHenning Thielemann2-4/+4
2017-06-08xLA_xxRFSX_EXTENDED; parameter comments: pull various dimension ↵Henning Thielemann14-76/+38
specifications containing NRHS to the 'dimension' line This improves automatic parsing of array dimensions, but creates overly long lines sometimes.
2017-06-08xPPSVX, xSPGV, xSPSVX; parameter comments for AFP and AP: pull (N*(N+1)/2) ↵Henning Thielemann6-12/+6
the array dimension line
2017-06-08Merge pull request #163 from thielema/array-dimensionslangou28-35/+30
avoid inconsistencies between parameter comments in S and D, C and Z
2017-06-08DLASD3; comments for parameters DSIGMA, U2, Z: take directions from SLASD3Henning Thielemann1-3/+3
2017-06-07xSTEDC, DSPEVD, ZHPEVD, DTGSEN; comment for array WORK: consistently use ↵Henning Thielemann5-10/+5
dimension (MAX(1,LWORK))
2017-06-07xGELSD; comment for array A: turn to \param[in,out]Henning Thielemann3-3/+3
2017-06-07xGSVJn, xLAQRn, xHETRD, xSYTRD; parameter comment: put LWORK dimension in ↵Henning Thielemann19-19/+19
parentheses
2017-06-07Fix #158Julien Langou2-2/+0
Removing code line 243 which was useless. Thanks to @vladimir-ch for pointing this out and @oamarques for approving the fix
2017-06-06Merge pull request #162 from thielema/array-dimensionslangou26-43/+40
more consistency of array dimensions in Fortran declarations and Doxygen comments
2017-06-06xLASD8, parameter comment: WORK dimension without 'at least'Henning Thielemann2-2/+2
2017-06-06ZLALSD, parameter comment: WORK dimension (N*NRHS)Henning Thielemann1-2/+1
like in CLALSD
2017-06-06xSYTRI2X, parameter comment: WORK dimensions use NB instead of NNBHenning Thielemann4-4/+4
2017-06-06xGEJSV, xGESVJ; parameter comment: declare WORK with dimension LWORKHenning Thielemann4-4/+4
2017-06-06xUNCSD, xORCSD: use LDx for leading dimensions, although the arrays contain ↵Henning Thielemann4-16/+16
square matrices This fixes commit 366f9b3541705231cfbb1724b221b8857ac768a8.
2017-06-06xTGEX2, xTGEXC, xLASD0, xLASD3, SSYGVX, parameter comments: fix wrong LD's ↵Henning Thielemann11-15/+13
in leading dimensions
2017-06-03Merge pull request #161 from thielema/array-dimensionslangou9-18/+11
fix dimension specification in some comments
2017-06-03xLALSA, DLASDA; parameters WORK, IWORK: turn "at least" phrases into ↵Henning Thielemann5-14/+7
dimension specifications
2017-06-03xLAED3, parameter Q2: dimension (LDQ2, N) -> (LDQ2*N)Henning Thielemann2-2/+2
2017-06-03ZCGESV, ZCPOSV; parameter WORK: dimension (N*NRHS) -> (N,NRHS)Henning Thielemann2-2/+2
analogous to DSGESV, DSPOSV
2017-06-03Merge pull request #160 from thielema/cleanup-commentslangou67-148/+140
more cleaned up comments
2017-06-03SGEES, parameter SELECT: add article 'a' before 'LOGICAL FUNCTION'Henning Thielemann1-1/+1
2017-06-03ZGEBAL: add types in parameter comments of ILO and IHIHenning Thielemann1-0/+2
2017-06-03DLASQ5, DTGSEN: add missing '*>' lineHenning Thielemann2-2/+2
2017-06-03DLASD0; IWORK, WORK: copy dimension specification from SLASD0Henning Thielemann1-4/+2
2017-06-03xGESVJ, JOBA parameter: 'CHARACTER* 1' -> 'CHARACTER*1'Henning Thielemann4-4/+4
2017-06-03xUNM22, xORM22: 'Arguments' -> 'Arguments:'Henning Thielemann4-8/+8
2017-06-03xUNCSD, xORCSD; U1, U2, V1T, V2T: duplicate dimensions of square matricesHenning Thielemann4-16/+16
2017-06-03correct type names in parameter commentsHenning Thielemann3-4/+4