Skip to content

Commit

Permalink
Merge pull request #130 from NuttyLogic/prosper
Browse files Browse the repository at this point in the history
Prosper
  • Loading branch information
NuttyLogic authored Feb 14, 2022
2 parents 5a191b0 + 8e439d6 commit 3a61399
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 281 deletions.
134 changes: 0 additions & 134 deletions bsbolt/External/HTSLIB/config.h

This file was deleted.

114 changes: 0 additions & 114 deletions bsbolt/External/HTSLIB/config.mk

This file was deleted.

15 changes: 0 additions & 15 deletions bsbolt/External/HTSLIB/htslib-uninstalled.pc

This file was deleted.

15 changes: 0 additions & 15 deletions bsbolt/External/HTSLIB/htslib.pc.tmp

This file was deleted.

2 changes: 0 additions & 2 deletions bsbolt/External/HTSLIB/htslib_static.mk

This file was deleted.

3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@ def compile_dependency(compilation_command, cwd):

def get_platform_cmd():
system = platform.system()
cpu = 'x86_64'
if system == 'Darwin':
cpu = 'x86_64' if 'x86' in platform.platform() else 'arm64'
return [f'--host={cpu}-apple-darwin']
return []
return [f'--host={cpu}-linux-gnu']


def make_external_dependencies():
Expand Down

0 comments on commit 3a61399

Please sign in to comment.