Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
https-github-com-bit
/
spack
Public
forked from
spack/spack
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
winInstall
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 4, 2021
Pulled from remote and resolved conflicts.
Ben Cowan
committed
29e379f
View commit details
Copy full SHA for 29e379f
Browse repository at this point
Got package to build. Some manual intervention necessary, including sourcing the MSVC setup script and having certain configuration parameters.
Ben Cowan
committed
04de223
View commit details
Copy full SHA for 04de223
Browse repository at this point
Added needed import statement; kluged .exe extension.
Ben Cowan
committed
2f059b3
View commit details
Copy full SHA for 2f059b3
Browse repository at this point
Commits on Mar 1, 2021
Fixed path and uid issues.
Ben Cowan
committed
5e1467a
View commit details
Copy full SHA for 5e1467a
Browse repository at this point
Windows: Workaround for logging during install command (#22018)
BetsyMcPhail
authored
e98d0ce
View commit details
Copy full SHA for e98d0ce
Browse repository at this point
Commits on Feb 26, 2021
Add Windows to architecture tests (#21999)
Show description for e8550fc
loulawrence
authored
e8550fc
View commit details
Copy full SHA for e8550fc
Browse repository at this point
Windows setup env (#21734)
Show description for 59dc4f4
loulawrence
and
BetsyMcPhail
authored
59dc4f4
View commit details
Copy full SHA for 59dc4f4
Browse repository at this point
Symlink is not supported on Windows, copy file instead (#21988)
Show description for 2e5ac05
BetsyMcPhail
authored
2e5ac05
View commit details
Copy full SHA for 2e5ac05
Browse repository at this point
Commits on Feb 25, 2021
Workarounds for install errors on Windows (#21890)
Show description for 6e8b781
BetsyMcPhail
authored
6e8b781
View commit details
Copy full SHA for 6e8b781
Browse repository at this point
small fix to allow filepaths with drives like "C:" to pass (#21964)
loulawrence
authored
a1796bb
View commit details
Copy full SHA for a1796bb
Browse repository at this point
Commits on Feb 23, 2021
Use Python's urllib to fetch if curl missing (#21888)
Show description for 009e252
BetsyMcPhail
and
loulawrence
authored
009e252
View commit details
Copy full SHA for 009e252
Browse repository at this point
Replace os.getuid with ctypes.windll.shell32.IsUserAnAdmin() on windows (#21736)
loulawrence
authored
e705df1
View commit details
Copy full SHA for e705df1
Browse repository at this point
Commits on Feb 17, 2021
Fixed path and uid issues.
Ben Cowan
committed
b68dcbe
View commit details
Copy full SHA for b68dcbe
Browse repository at this point
Merge branch 'louwindows' into winInstall
Ben Cowan
committed
fd220a0
View commit details
Copy full SHA for fd220a0
Browse repository at this point
Commits on Feb 11, 2021
url_fetch tests pass on Windows (if curl is available) (#21594)
Show description for 31500b0
BetsyMcPhail
authored
31500b0
View commit details
Copy full SHA for 31500b0
Browse repository at this point
Commits on Feb 10, 2021
Ensure only necessary scripts are included in the installer
BetsyMcPhail
authored and
zackgalbreath
committed
8d050e8
View commit details
Copy full SHA for 8d050e8
Browse repository at this point
Hardcode installer version to 0.16.0 (for now)
BetsyMcPhail
authored and
zackgalbreath
committed
aec0479
View commit details
Copy full SHA for aec0479
Browse repository at this point
Add 'make-installer' command for Windows
loulawrence
authored and
zackgalbreath
committed
3b7e3fb
View commit details
Copy full SHA for 3b7e3fb
Browse repository at this point
os.rename() fails on Windows if file already exists
BetsyMcPhail
authored and
zackgalbreath
committed
b09eb9e
View commit details
Copy full SHA for b09eb9e
Browse repository at this point
Locking ranges is not currently supported on Windows
Show description for 5111d52
BetsyMcPhail
authored and
zackgalbreath
committed
5111d52
View commit details
Copy full SHA for 5111d52
Browse repository at this point
Windows pywin32 locking
loulawrence
authored and
zackgalbreath
committed
d2dc630
View commit details
Copy full SHA for d2dc630
Browse repository at this point
os.rename() fails on Windows if file already exists
BetsyMcPhail
committed
73985a2
View commit details
Copy full SHA for 73985a2
Browse repository at this point
Locking ranges is not currently supported on Windows
Show description for b19a6c0
BetsyMcPhail
committed
b19a6c0
View commit details
Copy full SHA for b19a6c0
Browse repository at this point
Windows pywin32 locking
loulawrence
authored and
BetsyMcPhail
committed
415b08a
View commit details
Copy full SHA for 415b08a
Browse repository at this point
Commits on Feb 8, 2021
Ensure `spack arch` returns correctly on Windows (#21428)
Show description for bee04c7
BetsyMcPhail
authored
bee04c7
View commit details
Copy full SHA for bee04c7
Browse repository at this point
Commits on Feb 1, 2021
Adding basic Windows features (#21259)
Show description for e708ad0
Ben Cowan
authored
e708ad0
View commit details
Copy full SHA for e708ad0
Browse repository at this point
Commits on Jan 25, 2021
es-shell: add missing dependency on YACC (#21234)
darmac
authored
3893ce8
View commit details
Copy full SHA for 3893ce8
Browse repository at this point
pugixml: add v1.11.4 (#21224)
vicentebolea
authored
bfa480d
View commit details
Copy full SHA for bfa480d
Browse repository at this point
py-pythonsollya: new package (#21241)
iarspider
authored
2378376
View commit details
Copy full SHA for 2378376
Browse repository at this point
sollya: new package at v7.0 (#21240)
iarspider
authored
9d1d37c
View commit details
Copy full SHA for 9d1d37c
Browse repository at this point
py-pygeos: add v0.9 (#21243)
adamjstewart
authored
05c4506
View commit details
Copy full SHA for 05c4506
Browse repository at this point
petsc: forward variant +int64 to parmetis (#21245)
lpoirel
authored
dd505e2
View commit details
Copy full SHA for dd505e2
Browse repository at this point
imake: add run dependency to xorg-cf-files (#21251)
ketsubouchi
authored
b2f89f8
View commit details
Copy full SHA for b2f89f8
Browse repository at this point
picard: add v2.24.0 (#21249) (#21250)
omsai
authored
91db8c5
View commit details
Copy full SHA for 91db8c5
Browse repository at this point
opa-psm2: add v11.2.185 (#21208)
Show description for f269b4d
Phil Carns
authored
f269b4d
View commit details
Copy full SHA for f269b4d
Browse repository at this point
Previous
Next
You can’t perform that action at this time.