Skip to content

Commit

Permalink
add license file and use noarch generic now
Browse files Browse the repository at this point in the history
  • Loading branch information
aryarm authored Nov 11, 2024
1 parent f6d3bca commit 7519e0b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
13 changes: 13 additions & 0 deletions recipes/finemap/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
FINEMAP, (c) 2015-2020, The University of Helsinki (the "Software")

The Software remains the property of the University of Helsinki ("the University").

The Software is distributed "AS IS" under this Licence solely for non-commercial use in the hope that it will be useful, but in order that the University as a charitable foundation protects its assets for the benefit of its educational and research purposes, the University makes clear that no condition is made or to be implied, nor is any warranty given or to be implied, as to the accuracy of the Software, or that it will be suitable for any particular purpose or for use under any specific conditions. Furthermore, the University disclaims all responsibility for the use which is made of the Software. It further disclaims any liability for the outcomes arising from using the Software.

The Licensee agrees to indemnify the University and hold the University harmless from and against any and all claims, damages and liabilities asserted by third parties (including claims for negligence) which arise directly or indirectly from the use of the Software or the sale of any products based on the Software.

No part of the Software may be reproduced, modified, transmitted or transferred in any form or by any means, electronic or mechanical, without the express permission of the University. The permission of the University is not required if the said transmission or transference is done without financial return, the conditions of this Licence are imposed upon the receiver of the Software, and all original and amended source code is included in any transmitted product. You may be held legally responsible for any copyright infringement that is caused or encouraged by your failure to abide by these terms and conditions.

You are not permitted under this Licence to use this Software commercially. Use for which any financial return is received shall be defined as commercial use, and includes (1) integration of all or part of the source code or the Software into a product for sale or license by or on behalf of Licensee to third parties or (2) use of the Software or any derivative of it for research with the final aim of developing software products for sale or license to a third party or (3) use of the Software or any derivative of it for research with the final aim of developing non-software products for sale or license to a third party, or (4) use of the Software to provide any service to an external organisation for which payment is received.

The software uses unchanged open source components. The developers of these open source projects are hereby gratefully acknowledged. Source code of open source projects together with license information can be found below.
4 changes: 3 additions & 1 deletion recipes/finemap/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ build:
number: 0
# skip broken osx for now
skip: True # [not linux64]
noarch: generic
run_exports:
- {{ pin_subpackage('finemap', max_pin="x") }}
script:
- mkdir -p ${PREFIX}/bin
- install -m 755 finemap_v{{ version }}_x86_64 ${PREFIX}/bin/finemap # [linux]
- install -m 755 finemap_v{{ version }}_x86_64 ${PREFIX}/bin/finemap # [linux64]
- install -m 755 finemap_v{{ version }}_MacOSX ${PREFIX}/bin/finemap # [osx]

test:
Expand All @@ -29,6 +30,7 @@ test:
about:
home: http://www.christianbenner.com
license: Other
license_url: http://www.christianbenner.com/license_finemap_v1.4.html
license_file: LICENSE
summary: >
Program for identifying causal SNPs and their effect sizes and heritability contributions
Expand Down

0 comments on commit 7519e0b

Please sign in to comment.